SWDEV-351966 - Remove hipRegisterTracerCallback from dispatch table
Change-Id: Ib343e2c8414a98c0cee6c60fb74a47bb859d8f45
Этот коммит содержится в:
коммит произвёл
Anusha Godavarthy Surya
родитель
afc28b091e
Коммит
d347f1d67d
@@ -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);
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user