P4 to Git Change 1766089 by skudchad@skudchad_rocm on 2019/04/04 17:42:11

SWDEV-145570 - Re-enable subwindow copy. TC issue isnt because of this change

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#31 edit


[ROCm/clr commit: b4b0b1f61d]
This commit is contained in:
foreman
2019-04-04 18:10:02 -04:00
parent a87d507145
commit 0a54fb3e5f
@@ -397,9 +397,7 @@ bool DmaBlitManager::copyBufferRect(device::Memory& srcMemory, device::Memory& d
isSubwindowRectCopy = false;
}
// FIXME: Temporarily disable subwindow copy for ROCm
// if (isSubwindowRectCopy ) {
if (0) {
if (isSubwindowRectCopy ) {
const hsa_signal_value_t kInitVal = 1;
hsa_signal_store_relaxed(completion_signal_, kInitVal);