P4 to Git Change 1161661 by skudchad@skudchad_test_win_opencl2 on 2015/06/15 17:50:19

EPR #420701 - WDDM 2.0
	- Indicate lite initialization via a new parameter initLite. This is needed as OCL\OGL can query devices first and lot of  setup in IOL may not be really needed. On Win10, we create paging\fences for sync which dont get destroyed by the OS unless process is killed. This may prevent slave GPU powerdown in PX cases.
	- Disable WriteFence for OpenCL for now.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#72 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#122 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.h#48 edit
This commit is contained in:
foreman
2015-06-15 18:01:55 -04:00
parent 95c9e2f9af
commit 9423b93fb2
3 changed files with 9 additions and 9 deletions
@@ -109,7 +109,7 @@ CALGSLContext::open(
}
else
{
m_cs = native->createComputeContext(mainEngineOrdinal, sdmaOrdinal);
m_cs = native->createComputeContext(mainEngineOrdinal, sdmaOrdinal, false);
}
if (m_cs == 0)