SWDEV-535184 - Fix to switch HIP_RUNTIME_API_TABLE_STEP_VERSION 9 and 10 (#448)

Dieser Commit ist enthalten in:
Xie, Jiabao(Jimbo)
2025-06-02 11:54:40 -04:00
committet von GitHub
Ursprung a018d4278a
Commit 54a2e943d7
2 geänderte Dateien mit 10 neuen und 9 gelöschten Zeilen
@@ -1571,15 +1571,15 @@ struct HipDispatchTable {
t_hipGraphExecBatchMemOpNodeSetParams hipGraphExecBatchMemOpNodeSetParams_fn;
// HIP_RUNTIME_API_TABLE_STEP_VERSION == 9
t_hipEventRecordWithFlags hipEventRecordWithFlags_fn;
// HIP_RUNTIME_API_TABLE_STEP_VERSION == 10
t_hipLinkAddData hipLinkAddData_fn;
t_hipLinkAddFile hipLinkAddFile_fn;
t_hipLinkComplete hipLinkComplete_fn;
t_hipLinkCreate hipLinkCreate_fn;
t_hipLinkDestroy hipLinkDestroy_fn;
// HIP_RUNTIME_API_TABLE_STEP_VERSION == 10
t_hipEventRecordWithFlags hipEventRecordWithFlags_fn;
// HIP_RUNTIME_API_TABLE_STEP_VERSION = 11
t_hipLaunchKernelExC hipLaunchKernelExC_fn;
t_hipDrvLaunchKernelEx hipDrvLaunchKernelEx_fn;