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


[ROCm/clr commit: 5c6eb9d62e]
This commit is contained in:
foreman
2014-09-22 18:33:46 -04:00
parent a56fe8c8a2
commit 065fd02d4d
@@ -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: