From a510b4480b2e4e93c4eecfc9866f183fd59700d9 Mon Sep 17 00:00:00 2001
From: foreman
Date: Thu, 25 Sep 2014 16:29:26 -0400
Subject: [PATCH] P4 to Git Change 1081137 by chui@chui_cnchuiw7 on 2014/09/25
15:49:26
EPR #399601 - Back out changelist 1080047 to have CZ report as 2.0 device.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#285 edit
---
rocclr/runtime/device/gpu/gpusettings.cpp | 3 ---
1 file changed, 3 deletions(-)
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 {