SWDEV-490860 - Do signal_is_required detection post graph schedule
Change-Id: Iaf1067a811aeac3d16c08de954036e219b545e07
Dieser Commit ist enthalten in:
committet von
Anusha Godavarthy Surya
Ursprung
0d4823ff88
Commit
89dfdc4dbe
@@ -1381,10 +1381,10 @@ hipError_t ihipGraphInstantiate(hip::GraphExec** pGraphExec, hip::Graph* graph,
|
||||
return hipErrorInvalidValue;
|
||||
}
|
||||
std::vector<hip::GraphNode*> graphNodes;
|
||||
clonedGraph->ScheduleNodes();
|
||||
if (false == clonedGraph->TopologicalOrder(graphNodes)) {
|
||||
return hipErrorInvalidValue;
|
||||
}
|
||||
clonedGraph->ScheduleNodes();
|
||||
*pGraphExec = new hip::GraphExec(graphNodes, clonedGraph, clonedNodes, flags);
|
||||
if (*pGraphExec != nullptr) {
|
||||
graph->SetGraphInstantiated(true);
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren