SWDEV-480209 - Make internal callbacks non-blocking
Change-Id: Ic918d08f341abfd9a7c167d09f9c723cdc43157f
Esse commit está contido em:
commit de
Anusha Godavarthy Surya
pai
c9dd95bf6c
commit
683a942364
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário