diff --git a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp index f227c0f5bc..2390ca06ba 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp @@ -294,6 +294,9 @@ Settings::create( if (hsail_ || (OPENCL_VERSION < 200)) { oclVersion_ = OpenCL12; } + if (target == CAL_TARGET_CARRIZO) { + oclVersion_ = OpenCL12; + } numComputeRings_ = 8; } else {