SWDEV-351966 - Remove hipRegisterTracerCallback from dispatch table

Change-Id: Ib343e2c8414a98c0cee6c60fb74a47bb859d8f45
This commit is contained in:
Anusha GodavarthySurya
2023-12-04 07:09:31 +00:00
zatwierdzone przez Anusha Godavarthy Surya
rodzic afc28b091e
commit d347f1d67d
4 zmienionych plików z 5 dodań i 15 usunięć
-2
Wyświetl plik
@@ -534,7 +534,6 @@ hipError_t hipPointerSetAttribute(const void* value, hipPointer_attribute attrib
hipDeviceptr_t ptr);
hipError_t hipProfilerStart();
hipError_t hipProfilerStop();
void hipRegisterTracerCallback(const void* function);
hipError_t hipRuntimeGetVersion(int* runtimeVersion);
hipError_t hipSetDevice(int deviceId);
hipError_t hipSetDeviceFlags(unsigned flags);
@@ -1091,7 +1090,6 @@ void UpdateHipDispatchTable(HipDispatchTable* ptrDispatchTable) {
ptrDispatchTable->hipPointerSetAttribute_fn = hip::hipPointerSetAttribute;
ptrDispatchTable->hipProfilerStart_fn = hip::hipProfilerStart;
ptrDispatchTable->hipProfilerStop_fn = hip::hipProfilerStop;
ptrDispatchTable->hipRegisterTracerCallback_fn = hip::hipRegisterTracerCallback;
ptrDispatchTable->hipRuntimeGetVersion_fn = hip::hipRuntimeGetVersion;
ptrDispatchTable->hipSetDevice_fn = hip::hipSetDevice;
ptrDispatchTable->hipSetDeviceFlags_fn = hip::hipSetDeviceFlags;