[CLR ABI] step runtime api version hip memset node params (#373)
* increase hip api table version for HIP_MEMSET_NODE_PARAMS removed. * update version in static_assert. --------- Co-authored-by: Venkateshwar Reddy Kandula <vkandula@amd.com>
This commit is contained in:
committed by
GitHub
vanhempi
e5f7519e64
commit
ad44dd527f
@@ -63,7 +63,7 @@
|
||||
#define HIP_API_TABLE_STEP_VERSION 0
|
||||
#define HIP_COMPILER_API_TABLE_STEP_VERSION 0
|
||||
#define HIP_TOOLS_API_TABLE_STEP_VERSION 0
|
||||
#define HIP_RUNTIME_API_TABLE_STEP_VERSION 12
|
||||
#define HIP_RUNTIME_API_TABLE_STEP_VERSION 13
|
||||
|
||||
// HIP API interface
|
||||
// HIP compiler dispatch functions
|
||||
@@ -1586,8 +1586,12 @@ struct HipDispatchTable {
|
||||
|
||||
// HIP_RUNTIME_API_TABLE_STEP_VERSION = 12
|
||||
t_hipMemGetHandleForAddressRange hipMemGetHandleForAddressRange_fn;
|
||||
|
||||
// HIP_RUNTIME_API_TABLE_STEP_VERSION = 13
|
||||
// removed HIP_MEMSET_NODE_PARAMS replaced by hipMemsetParams
|
||||
|
||||
// DO NOT EDIT ABOVE!
|
||||
// HIP_RUNTIME_API_TABLE_STEP_VERSION == 12
|
||||
// HIP_RUNTIME_API_TABLE_STEP_VERSION == 13
|
||||
|
||||
// ******************************************************************************************* //
|
||||
//
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user