diff --git a/projects/clr/hipamd/include/hip/amd_detail/hip_api_trace.hpp b/projects/clr/hipamd/include/hip/amd_detail/hip_api_trace.hpp index 75a881e640..2c4e835ee3 100644 --- a/projects/clr/hipamd/include/hip/amd_detail/hip_api_trace.hpp +++ b/projects/clr/hipamd/include/hip/amd_detail/hip_api_trace.hpp @@ -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 // ******************************************************************************************* // // diff --git a/projects/clr/hipamd/src/hip_api_trace.cpp b/projects/clr/hipamd/src/hip_api_trace.cpp index 23c31799d6..1a6720e1ca 100644 --- a/projects/clr/hipamd/src/hip_api_trace.cpp +++ b/projects/clr/hipamd/src/hip_api_trace.cpp @@ -1995,7 +1995,7 @@ HIP_ENFORCE_ABI(HipDispatchTable, hipMemGetHandleForAddressRange_fn, 476); // HIP_ENFORCE_ABI_VERSIONING(