SWDEV-318349 - Remove sync for null stream

Remove sync for null stream in  hipGraphExec::Run()

Change-Id: Ieaaed1c15b4d258193d8341d4b17d9f03a9e4783


[ROCm/clr commit: 56e7c8b3a0]
This commit is contained in:
Tao Sang
2022-10-11 11:22:46 -04:00
committad av Tao Sang
förälder 537b3dd67f
incheckning 69a1326d3f
@@ -817,7 +817,6 @@ hipError_t hipGraphExec::Run(hipStream_t stream) {
endCommand->enqueue();
endCommand->release();
}
if (stream == nullptr) queue->finish();
ResetQueueIndex();
return status;
}