SWDEV-480209 - Make internal callbacks non-blocking

Change-Id: Ic918d08f341abfd9a7c167d09f9c723cdc43157f
Esse commit está contido em:
Anusha GodavarthySurya
2024-10-28 09:23:25 +00:00
commit de Anusha Godavarthy Surya
commit 683a942364
11 arquivos alterados com 38 adições e 34 exclusões
+2
Ver Arquivo
@@ -1476,6 +1476,8 @@ hipError_t hipGraphExecDestroy(hipGraphExec_t pGraphExec) {
}
hip::GraphExec* ge = reinterpret_cast<hip::GraphExec*>(pGraphExec);
ge->release();
amd::ScopedLock lock(GraphExec::graphExecSetLock_);
GraphExec::graphExecSet_.erase(ge);
HIP_RETURN(hipSuccess);
}