diff --git a/projects/clr/rocclr/runtime/device/rocm/rocvirtual.cpp b/projects/clr/rocclr/runtime/device/rocm/rocvirtual.cpp index 85c58f66dc..1d7c9f20db 100644 --- a/projects/clr/rocclr/runtime/device/rocm/rocvirtual.cpp +++ b/projects/clr/rocclr/runtime/device/rocm/rocvirtual.cpp @@ -539,8 +539,6 @@ VirtualGPU::create(bool profilingEna) } device::BlitManager::Setup blitSetup; - // todo ROCr hangs in a heavy MT environment(integer_ops long_math) - blitSetup.disableHwlCopyBuffer_ = true; blitMgr_ = new KernelBlitManager(*this, blitSetup); if ((NULL == blitMgr_) || !blitMgr_->create(roc_device_)) { LogError("Could not create BlitManager!");