Skip to content

Commit b89977d

Browse files
Anusha GodavarthySuryaAnusha Godavarthy Surya
authored andcommitted
SWDEV-469422 - Always schedule graph nodes
Change-Id: Icc636527fa19e7bf3eb111bc4b1bb9a5f9acff73
1 parent 6611cc0 commit b89977d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hipamd/src/hip_graph.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,9 +1384,7 @@ hipError_t ihipGraphInstantiate(hip::GraphExec** pGraphExec, hip::Graph* graph,
13841384
if (false == clonedGraph->TopologicalOrder(graphNodes)) {
13851385
return hipErrorInvalidValue;
13861386
}
1387-
if (DEBUG_HIP_FORCE_GRAPH_QUEUES != 0) {
1388-
clonedGraph->ScheduleNodes();
1389-
}
1387+
clonedGraph->ScheduleNodes();
13901388
*pGraphExec = new hip::GraphExec(graphNodes, clonedGraph, clonedNodes, flags);
13911389
if (*pGraphExec != nullptr) {
13921390
graph->SetGraphInstantiated(true);

0 commit comments

Comments
 (0)