2
0

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
Este cometimento está contido em:
foreman
2014-09-25 16:29:26 -04:00
ascendente d13ba8f18c
cometimento a510b4480b
-3
Ver ficheiro
@@ -303,9 +303,6 @@ Settings::create(
if (hsail_ || (OPENCL_VERSION < 200)) { if (hsail_ || (OPENCL_VERSION < 200)) {
oclVersion_ = OpenCL12; oclVersion_ = OpenCL12;
} }
if (target == CAL_TARGET_CARRIZO) {
oclVersion_ = OpenCL12;
}
numComputeRings_ = 8; numComputeRings_ = 8;
} }
else { else {