P4 to Git Change 1122150 by weizhang@msdnweizhang-opencl on 2015/02/13 14:57:59
EPR #413960 - Back out changelist 1089720 to re-enable platform atomics for CZ
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#300 edit
[ROCm/clr commit: 96a1e9388f]
This commit is contained in:
@@ -420,7 +420,7 @@ Settings::create(
|
|||||||
disablePersistent_ = true;
|
disablePersistent_ = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (calAttr.priSupport && target != CAL_TARGET_CARRIZO) {
|
if (calAttr.priSupport) {
|
||||||
svmAtomics_ = true;
|
svmAtomics_ = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user