From 1e7b07862898ef112e73a64de5fa71a7c3ea3a4e Mon Sep 17 00:00:00 2001 From: David Yat Sin Date: Tue, 29 Aug 2023 10:01:19 -0400 Subject: [PATCH] Update interface version for virtual memory APIs Change-Id: Ifbf1af08ee7aa4d55387ff9786f6a61b89b56f88 --- 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 2107eabd69..9307d3aeb2 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.11.0" ) +get_version ( "1.12.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 1bcbc3c757..cbaf110c19 100644 --- a/runtime/hsa-runtime/inc/hsa_ext_amd.h +++ b/runtime/hsa-runtime/inc/hsa_ext_amd.h @@ -53,9 +53,10 @@ * - 1.1 - dmabuf export * - 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 */ #define HSA_AMD_INTERFACE_VERSION_MAJOR 1 -#define HSA_AMD_INTERFACE_VERSION_MINOR 3 +#define HSA_AMD_INTERFACE_VERSION_MINOR 4 #ifdef __cplusplus extern "C" {