diff --git a/rocclr/runtime/device/gpu/gpusettings.cpp b/rocclr/runtime/device/gpu/gpusettings.cpp index 83433cf418..13fd12f1d9 100644 --- a/rocclr/runtime/device/gpu/gpusettings.cpp +++ b/rocclr/runtime/device/gpu/gpusettings.cpp @@ -303,9 +303,6 @@ Settings::create( if (hsail_ || (OPENCL_VERSION < 200)) { oclVersion_ = OpenCL12; } - if (target == CAL_TARGET_CARRIZO) { - oclVersion_ = OpenCL12; - } numComputeRings_ = 8; } else {