P4 to Git Change 1177450 by bdhanase@bala_workpc_ocl on 2015/08/05 15:40:16
EPR #397491 - Enable generic address space for 32 bit on Windows
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#129 edit
[ROCm/clr commit: 65a624e904]
Šī revīzija ir iekļauta:
@@ -209,7 +209,7 @@ CALGSLDevice::open(uint32 gpuIndex, bool enableHighPerformanceState, bool report
|
||||
m_dcfg.bEnableSvm.value = reportAsOCL12Device ? false : OPENCL_MAJOR >= 2;
|
||||
|
||||
m_dcfg.bEnableFlatAddressing.hasValue = true;
|
||||
#ifdef ATI_BITS_32
|
||||
#if defined(ATI_BITS_32) && defined(ATI_OS_LINUX)
|
||||
m_dcfg.bEnableFlatAddressing.value = false;
|
||||
#else
|
||||
m_dcfg.bEnableFlatAddressing.value = reportAsOCL12Device ? false : (OPENCL_MAJOR >= 2);
|
||||
|
||||
Atsaukties uz šo jaunā problēmā
Block a user