From 3e550e63efcafa67a7c01e9ff98c4ae6e369e106 Mon Sep 17 00:00:00 2001
From: foreman
Date: Mon, 22 Sep 2014 17:47:58 -0400
Subject: [PATCH] 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
---
rocclr/runtime/device/gpu/gpusettings.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/rocclr/runtime/device/gpu/gpusettings.cpp b/rocclr/runtime/device/gpu/gpusettings.cpp
index cb095cb0b0..539dbb3422 100644
--- a/rocclr/runtime/device/gpu/gpusettings.cpp
+++ b/rocclr/runtime/device/gpu/gpusettings.cpp
@@ -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: