From 2c92d4e2e8336ed2a5479dbac3a52071db23bc02 Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 13 Feb 2015 15:06:39 -0500 Subject: [PATCH] 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: 96a1e9388f756dc80e53cf7b5c247c84a97489a2] --- projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp index 5fdbf97b1e..1c236e69b3 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp @@ -420,7 +420,7 @@ Settings::create( disablePersistent_ = true; } - if (calAttr.priSupport && target != CAL_TARGET_CARRIZO) { + if (calAttr.priSupport) { svmAtomics_ = true; }