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:
foreman
2014-07-23 10:21:39 -04:00
rodzic f57b7f8c29
commit 5b7c1dd22c
3 zmienionych plików z 4 dodań i 9 usunięć
@@ -417,7 +417,7 @@ Settings::create(
disablePersistent_ = true;
}
if (calAttr.priSupport && ENABLE_PLATFORM_ATOMICS) {
if (calAttr.priSupport) {
svmAtomics_ = true;
}