2
0

SWDEV-469422 - Always schedule graph nodes

Change-Id: Icc636527fa19e7bf3eb111bc4b1bb9a5f9acff73


[ROCm/clr commit: b89977d518]
Este cometimento está contido em:
Anusha GodavarthySurya
2024-12-02 14:16:06 +00:00
cometido por Anusha Godavarthy Surya
ascendente 957b460014
cometimento b383c1e443
+1 -3
Ver ficheiro
@@ -1384,9 +1384,7 @@ hipError_t ihipGraphInstantiate(hip::GraphExec** pGraphExec, hip::Graph* graph,
if (false == clonedGraph->TopologicalOrder(graphNodes)) {
return hipErrorInvalidValue;
}
if (DEBUG_HIP_FORCE_GRAPH_QUEUES != 0) {
clonedGraph->ScheduleNodes();
}
clonedGraph->ScheduleNodes();
*pGraphExec = new hip::GraphExec(graphNodes, clonedGraph, clonedNodes, flags);
if (*pGraphExec != nullptr) {
graph->SetGraphInstantiated(true);