P4 to Git Change 1079573 by bdhanase@bala_workpc_ocl on 2014/09/22 18:26:26

EPR #405824 - set apusystem_ to 1 for CZ

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#282 edit
This commit is contained in:
foreman
2014-09-22 18:33:46 -04:00
parent 3e550e63ef
commit 5c6eb9d62e
+2 -4
View File
@@ -242,17 +242,15 @@ Settings::create(
}
enableExtension(ClAmdImage2dFromBufferReadOnly);
break;
case CAL_TARGET_CARRIZO:
apuSystem_ = true;
case CAL_TARGET_ICELAND:
case CAL_TARGET_TONGA:
case CAL_TARGET_BERMUDA:
case CAL_TARGET_FIJI:
case CAL_TARGET_CARRIZO:
// 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: