From b6829f7a725add44e683055f4baa108e71339470 Mon Sep 17 00:00:00 2001 From: David Yat Sin Date: Mon, 29 Apr 2024 12:53:09 +0000 Subject: [PATCH] Bump HSA_AMD_INTERFACE_VERSION_MINOR Bumping HSA_AMD_INTERFACE_VERSION_MINOR version to 5 to account for previously added GPU agent query: HSA_AMD_AGENT_INFO_MEMORY_PROPERTIES Change-Id: Ic8cfdcfb7bad6f3d1e0b3d68f505a62074fc26b9 --- runtime/hsa-runtime/CMakeLists.txt | 2 +- runtime/hsa-runtime/inc/hsa_ext_amd.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/hsa-runtime/CMakeLists.txt b/runtime/hsa-runtime/CMakeLists.txt index 9e8c108842..cb35761c17 100644 --- a/runtime/hsa-runtime/CMakeLists.txt +++ b/runtime/hsa-runtime/CMakeLists.txt @@ -85,7 +85,7 @@ if (ROCM_CCACHE_BUILD) endif() # if (ROCM_CCACHE_BUILD) ## Get version strings -get_version ( "1.13.0" ) +get_version ( "1.14.0" ) if ( ${ROCM_PATCH_VERSION} ) set ( VERSION_PATCH ${ROCM_PATCH_VERSION}) endif() diff --git a/runtime/hsa-runtime/inc/hsa_ext_amd.h b/runtime/hsa-runtime/inc/hsa_ext_amd.h index a162db37de..44a75172f5 100644 --- a/runtime/hsa-runtime/inc/hsa_ext_amd.h +++ b/runtime/hsa-runtime/inc/hsa_ext_amd.h @@ -55,9 +55,10 @@ * - 1.2 - hsa_amd_memory_async_copy_on_engine * - 1.3 - HSA_AMD_MEMORY_POOL_GLOBAL_FLAG_EXTENDED_SCOPE_FINE_GRAINED pool * - 1.4 - Virtual Memory API + * - 1.5 - hsa_amd_agent_info: HSA_AMD_AGENT_INFO_MEMORY_PROPERTIES */ #define HSA_AMD_INTERFACE_VERSION_MAJOR 1 -#define HSA_AMD_INTERFACE_VERSION_MINOR 4 +#define HSA_AMD_INTERFACE_VERSION_MINOR 5 #ifdef __cplusplus extern "C" {