SWDEV-457316 - Release graph exec before stream gets deleted.

Releasing graph exec after wait completes and before delete hip::stream obj
during stream destroy.

Change-Id: I1d68aa8d844f7d3af330c6d09c44af07f8553551
Αυτή η υποβολή περιλαμβάνεται σε:
Jaydeep Patel
2024-08-01 10:00:15 +00:00
υποβλήθηκε από Jaydeepkumar Patel
γονέας b0047d690a
υποβολή 8e80429b87
3 αρχεία άλλαξαν με 10 προσθήκες και 1 διαγραφές
@@ -54,7 +54,7 @@ namespace hip {
std::unordered_map<GraphExec *, std::pair<hip::Stream *, bool>>
GraphExecStatus_ ROCCLR_INIT_PRIORITY(101);
amd::Monitor GraphExecStatusLock_ ROCCLR_INIT_PRIORITY(101){
"Guards graph execution state"};
"Guards graph execution state", true};
int GraphNode::nextID = 0;
int Graph::nextID = 0;