From d61dbd03b39848d868bda6c619f798f70d08d98d Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Wed, 15 May 2024 14:12:44 -0500 Subject: [PATCH] Fixing build issues with HSA (#856) [ROCm/rocprofiler-sdk commit: 91e7dfb24e5722bfffe883b21a7603935a32c332] --- .../rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/types.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/types.hpp index 21c90552cd..c06f4f3ca9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/types.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/types.hpp @@ -134,7 +134,7 @@ struct table_size; // latest version of hsa runtime that has been updated for support by rocprofiler // and the current version of hsa runtime during this compilation -constexpr size_t latest_version = ROCPROFILER_COMPUTE_VERSION(1, 12, 0); +constexpr size_t latest_version = ROCPROFILER_COMPUTE_VERSION(1, 13, 0); constexpr size_t current_version = ROCPROFILER_HSA_RUNTIME_VERSION; // aliases to the template specializations providing the table size info