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:
@@ -428,7 +428,7 @@ Settings::create(
|
||||
disablePersistent_ = true;
|
||||
}
|
||||
|
||||
if (calAttr.priSupport) {
|
||||
if (calAttr.priSupport && target != CAL_TARGET_CARRIZO) {
|
||||
svmAtomics_ = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user