SWDEV-441482 - Add missing entry point
hipDestroyExternalSemaphore_fn was missing initialization Change-Id: Ieab019afd0a0c62a2aa534fb262436edda3499db
Esse commit está contido em:
commit de
Maneesh Gupta
pai
f017777a97
commit
2dac58e372
@@ -808,6 +808,7 @@ void UpdateDispatchTable(HipDispatchTable* ptrDispatchTable) {
|
||||
ptrDispatchTable->hipCtxSetSharedMemConfig_fn = hip::hipCtxSetSharedMemConfig;
|
||||
ptrDispatchTable->hipCtxSynchronize_fn = hip::hipCtxSynchronize;
|
||||
ptrDispatchTable->hipDestroyExternalMemory_fn = hip::hipDestroyExternalMemory;
|
||||
ptrDispatchTable->hipDestroyExternalSemaphore_fn = hip::hipDestroyExternalSemaphore;
|
||||
ptrDispatchTable->hipDestroySurfaceObject_fn = hip::hipDestroySurfaceObject;
|
||||
ptrDispatchTable->hipDestroyTextureObject_fn = hip::hipDestroyTextureObject;
|
||||
ptrDispatchTable->hipDeviceCanAccessPeer_fn = hip::hipDeviceCanAccessPeer;
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário