diff --git a/projects/clr/hipamd/src/hip_graph_internal.cpp b/projects/clr/hipamd/src/hip_graph_internal.cpp index 1a5d4f07d0..8c48a19858 100644 --- a/projects/clr/hipamd/src/hip_graph_internal.cpp +++ b/projects/clr/hipamd/src/hip_graph_internal.cpp @@ -817,7 +817,6 @@ hipError_t hipGraphExec::Run(hipStream_t stream) { endCommand->enqueue(); endCommand->release(); } - if (stream == nullptr) queue->finish(); ResetQueueIndex(); return status; }