P4 to Git Change 1063666 by bdhanase@bala_workpc_ocl on 2014/08/06 19:43:14

EPR #399601 - Report carrizo as OCL12 device for now.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#275 edit


[ROCm/clr commit: 0e7d4a61eb]
This commit is contained in:
foreman
2014-08-06 19:54:36 -04:00
parent 3f8e7b9ca1
commit 1ffe848712
@@ -294,6 +294,9 @@ Settings::create(
if (hsail_ || (OPENCL_VERSION < 200)) {
oclVersion_ = OpenCL12;
}
if (target == CAL_TARGET_CARRIZO) {
oclVersion_ = OpenCL12;
}
numComputeRings_ = 8;
}
else {