P4 to Git Change 1765926 by skudchad@skudchad_rocm on 2019/04/04 13:58:54
SWDEV-145570 - Disable subwindow copy temporarily to see if TC random hangs go away
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#30 edit
[ROCm/clr commit: 253ae76c1a]
This commit is contained in:
@@ -397,7 +397,9 @@ bool DmaBlitManager::copyBufferRect(device::Memory& srcMemory, device::Memory& d
|
||||
isSubwindowRectCopy = false;
|
||||
}
|
||||
|
||||
if (isSubwindowRectCopy ) {
|
||||
// FIXME: Temporarily disable subwindow copy for ROCm
|
||||
// if (isSubwindowRectCopy ) {
|
||||
if (0) {
|
||||
const hsa_signal_value_t kInitVal = 1;
|
||||
hsa_signal_store_relaxed(completion_signal_, kInitVal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user