SWDEV-440106 - Mapping hipDestroyExternalMemory in HIP dispatch table.

Change-Id: I5e6e21f929c95be524ace7fd8735a05994c896e8


[ROCm/clr commit: 98c87921a3]
This commit is contained in:
kjayapra-amd
2024-01-08 13:41:17 -08:00
committed by Karthik Jayaprakash
parent 57c0674538
commit d1b3766707
@@ -786,6 +786,7 @@ void UpdateHipDispatchTable(HipDispatchTable* ptrDispatchTable) {
ptrDispatchTable->hipCtxSetCurrent_fn = hip::hipCtxSetCurrent;
ptrDispatchTable->hipCtxSetSharedMemConfig_fn = hip::hipCtxSetSharedMemConfig;
ptrDispatchTable->hipCtxSynchronize_fn = hip::hipCtxSynchronize;
ptrDispatchTable->hipDestroyExternalMemory_fn = hip::hipDestroyExternalMemory;
ptrDispatchTable->hipDestroySurfaceObject_fn = hip::hipDestroySurfaceObject;
ptrDispatchTable->hipDestroyTextureObject_fn = hip::hipDestroyTextureObject;
ptrDispatchTable->hipDeviceCanAccessPeer_fn = hip::hipDeviceCanAccessPeer;