P4 to Git Change 1064557 by jgolds@jgolds_MSDNfractal5_opencl2 on 2014/08/08 15:35:44
ECR #304775 - Add new flag GPU_IFH_MODE to allow IFH mode testing without using the inifile. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#97 edit ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#211 edit
This commit is contained in:
@@ -290,6 +290,10 @@ CALGSLDevice::open(uint32 gpuIndex, bool enableHighPerformanceState, bool report
|
||||
m_dcfg.syncObjectMode.value = (GPU_USE_SYNC_OBJECTS) ?
|
||||
GSL_CONFIG_SYNCOBJECT_MODE_ON : GSL_CONFIG_SYNCOBJECT_MODE_OFF;
|
||||
|
||||
// Use GPU_IFH_MODE to test with IFH mode enabled
|
||||
m_dcfg.DropFlush.hasValue = true;
|
||||
m_dcfg.DropFlush.value = (GPU_IFH_MODE == 1);
|
||||
|
||||
int32 asic_id = 0;
|
||||
if (!SetupAdapter(asic_id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user