From 3661d76c74ee87f10fb548d87f3c86c08cdc9e27 Mon Sep 17 00:00:00 2001 From: David Yat Sin Date: Fri, 26 May 2023 12:04:06 +0000 Subject: [PATCH] Bump interface versions due to hsa_amd_memory_async_copy_on_engine added Change-Id: Iff36719e800280d58217647bb70d3b5d5fcc91fe [ROCm/ROCR-Runtime commit: b290d65ec9b6b4c09ba0fbc84fb6f53c9f86e0ee] --- projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt | 2 +- projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt index 5a75ace543..3a826da3cd 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt @@ -85,7 +85,7 @@ if (ROCM_CCACHE_BUILD) endif() # if (ROCM_CCACHE_BUILD) ## Get version strings -get_version ( "1.9.0" ) +get_version ( "1.10.0" ) if ( ${ROCM_PATCH_VERSION} ) set ( VERSION_PATCH ${ROCM_PATCH_VERSION}) endif() diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h index 4b3aa4ad3f..8a1b97dee2 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h @@ -51,9 +51,10 @@ /* * - 1.0 - initial version * - 1.1 - dmabuf export + * - 1.2 - hsa_amd_memory_async_copy_on_engine */ #define HSA_AMD_INTERFACE_VERSION_MAJOR 1 -#define HSA_AMD_INTERFACE_VERSION_MINOR 1 +#define HSA_AMD_INTERFACE_VERSION_MINOR 2 #ifdef __cplusplus extern "C" {