P4 to Git Change 1079546 by bdhanase@bala_workpc_ocl on 2014/09/22 17:41:33

EPR #405824 - set apusystem_ to 1 for CZ

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#281 edit
Этот коммит содержится в:
foreman
2014-09-22 17:47:58 -04:00
родитель a9f1a1f7da
Коммит 3e550e63ef
+3
Просмотреть файл
@@ -250,6 +250,9 @@ Settings::create(
// Disable tiling aperture on VI+
linearPersistentImage_ = true;
viPlus_ = true;
if (target == CAL_TARGET_CARRIZO) {
apuSystem_ = true;
}
// Fall through to CI ...
case CAL_TARGET_KALINDI:
case CAL_TARGET_SPECTRE: