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 διαγραφές
@@ -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;