Bump interface versions due to hsa_amd_memory_async_copy_on_engine added

Change-Id: Iff36719e800280d58217647bb70d3b5d5fcc91fe
This commit is contained in:
David Yat Sin
2023-05-26 12:04:06 +00:00
parent 0772e8d618
commit b290d65ec9
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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" {