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
Этот коммит содержится в:
foreman
2014-08-06 19:54:36 -04:00
родитель 4a73da8314
Коммит 0e7d4a61eb
+3
Просмотреть файл
@@ -294,6 +294,9 @@ Settings::create(
if (hsail_ || (OPENCL_VERSION < 200)) {
oclVersion_ = OpenCL12;
}
if (target == CAL_TARGET_CARRIZO) {
oclVersion_ = OpenCL12;
}
numComputeRings_ = 8;
}
else {