e2b18eda3e
SWDEV-126897 - Remove un-necessary synchronize() for Device Enqueue in LC/ROCm path. We don't need it since we have a hsa_signal_wait_acquire() to wait for the scheduler to finish. Moreover, synchronize() sends a barrier packet that could get stuck for some reason. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#25 edit