diff --git a/projects/clr/rocclr/runtime/device/rocm/rocmemory.cpp b/projects/clr/rocclr/runtime/device/rocm/rocmemory.cpp index 4f19bd8cff..ce447ec365 100644 --- a/projects/clr/rocclr/runtime/device/rocm/rocmemory.cpp +++ b/projects/clr/rocclr/runtime/device/rocm/rocmemory.cpp @@ -380,10 +380,6 @@ void Memory::syncCacheFromHost(VirtualGPU& gpu, device::Memory::SyncFlags syncFl } } - //!@todo A wait isn't really necessary. However processMemObjects() - // may lose the track of dependencies with a compute transfer(if sdma failed). - wait(gpu); - // Should never fail assert(result && "Memory synchronization failed!"); }