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
Αυτή η υποβολή περιλαμβάνεται σε:
υποβλήθηκε από
Jaydeepkumar Patel
γονέας
b0047d690a
υποβολή
8e80429b87
@@ -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;
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user