SWDEV-535184 - Fix to switch HIP_RUNTIME_API_TABLE_STEP_VERSION 9 and 10 (#448)
Dieser Commit ist enthalten in:
committet von
GitHub
Ursprung
a018d4278a
Commit
54a2e943d7
@@ -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;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren