SWDEV-351966 - Remove hipRegisterTracerCallback from dispatch table

Change-Id: Ib343e2c8414a98c0cee6c60fb74a47bb859d8f45
Этот коммит содержится в:
Anusha GodavarthySurya
2023-12-04 07:09:31 +00:00
коммит произвёл Anusha Godavarthy Surya
родитель afc28b091e
Коммит d347f1d67d
4 изменённых файлов: 5 добавлений и 15 удалений
-3
Просмотреть файл
@@ -1280,9 +1280,6 @@ hipError_t hipPointerSetAttribute(const void* value, hipPointer_attribute attrib
}
hipError_t hipProfilerStart() { return hip::GetHipDispatchTable()->hipProfilerStart_fn(); }
hipError_t hipProfilerStop() { return hip::GetHipDispatchTable()->hipProfilerStop_fn(); }
extern "C" void hipRegisterTracerCallback(const void* function) {
return hip::GetHipDispatchTable()->hipRegisterTracerCallback_fn(function);
}
hipError_t hipRuntimeGetVersion(int* runtimeVersion) {
return hip::GetHipDispatchTable()->hipRuntimeGetVersion_fn(runtimeVersion);
}