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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user