P4 to Git Change 1177536 by bdhanase@opencl_merge_emailpc on 2015/08/05 18:23:44
EPR #397491 - Back out changelist 1177450. Disable 32 bit generic address space
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#130 edit
[ROCm/clr commit: bcbc9101d4]
Αυτή η υποβολή περιλαμβάνεται σε:
@@ -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;
|
||||
#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