P4 to Git Change 1159578 by bdhanase@bala_workpc_ocl on 2015/06/09 21:12:31
EPR #397491 - Disabling 32 bit generic address space temporarily because of bug 10841.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#121 edit
[ROCm/clr commit: 7e30125446]
This commit is contained in:
@@ -276,7 +276,7 @@ CALGSLDevice::open(uint32 gpuIndex, bool enableHighPerformanceState, bool report
|
||||
m_dcfg.bEnableSvm.value = reportAsOCL12Device ? false : OPENCL_MAJOR >= 2;
|
||||
|
||||
m_dcfg.bEnableFlatAddressing.hasValue = true;
|
||||
#if defined(ATI_BITS_32) && defined(ATI_OS_LINUX)
|
||||
#ifdef ATI_BITS_32
|
||||
m_dcfg.bEnableFlatAddressing.value = false;
|
||||
#else
|
||||
m_dcfg.bEnableFlatAddressing.value = reportAsOCL12Device ? false : (OPENCL_MAJOR >= 2);
|
||||
|
||||
مرجع در شماره جدید
Block a user