P4 to Git Change 1358617 by crjin@tc_opencl on 2017/01/04 21:54:04

SWDEV-110151 - [CQE OCL][TongaGL][QR] Hard hang/ error saying: "rendered images have artifacts(probably due to driver...)" is observed, while running RAT GPU(Low) due to faulty CL#1354622

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/12112/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#178 edit


[ROCm/clr commit: eba058f572]
This commit is contained in:
foreman
2017-01-04 22:02:46 -05:00
parent f60db0a6e0
commit a8e2b9f7c4
@@ -168,6 +168,9 @@ CALGSLDevice::open(uint32 gpuIndex, bool enableHighPerformanceState, bool report
m_scfg.bEnableHighPerformanceState.hasValue = true;
m_scfg.bEnableHighPerformanceState.value = enableHighPerformanceState;
m_scfg.bEnableReusableMemCache.hasValue = true;
m_scfg.bEnableReusableMemCache.value = false;
m_dcfg.disableMarkUsedInCmdBuf.hasValue = true;
m_dcfg.disableMarkUsedInCmdBuf.value = false;