P4 to Git Change 1058301 by weizhang@msdnweizhang-opencl on 2014/07/23 10:08:38
EPR #397491 - Enable platform atomics in stg but not in mainline. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#450 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#272 edit ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#207 edit
This commit is contained in:
@@ -417,7 +417,7 @@ Settings::create(
|
||||
disablePersistent_ = true;
|
||||
}
|
||||
|
||||
if (calAttr.priSupport && ENABLE_PLATFORM_ATOMICS) {
|
||||
if (calAttr.priSupport) {
|
||||
svmAtomics_ = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user