P4 to Git Change 1089720 by weizhang@msdnweizhang-opencl on 2014/10/21 14:41:59

EPR #405824 - Disable platform atomics on CZ

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#291 edit


[ROCm/clr commit: 1a5e2fabe0]
This commit is contained in:
foreman
2014-10-21 14:54:42 -04:00
parent b738abdf9f
commit 5d5583b7f9
@@ -428,7 +428,7 @@ Settings::create(
disablePersistent_ = true;
}
if (calAttr.priSupport) {
if (calAttr.priSupport && target != CAL_TARGET_CARRIZO) {
svmAtomics_ = true;
}