From 95d2f777a093a57b2babab879c98033a3fb926fd Mon Sep 17 00:00:00 2001 From: foreman Date: Tue, 28 Nov 2017 11:37:01 -0500 Subject: [PATCH] P4 to Git Change 1487650 by wchau@wchau_OCL_boltzmann on 2017/11/28 11:21:33 SWDEV-139422 - Lexa Linux Support - OCL - fixed the OpenCL/LC sanity failures on Windows by adding support of Polaris12 in Settings::create() Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#38 edit [ROCm/clr commit: e304c22316480043ad39fb2134ed87a97312045e] --- projects/clr/rocclr/runtime/device/pal/palsettings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/rocclr/runtime/device/pal/palsettings.cpp b/projects/clr/rocclr/runtime/device/pal/palsettings.cpp index 9687773416..2cf6c706b4 100644 --- a/projects/clr/rocclr/runtime/device/pal/palsettings.cpp +++ b/projects/clr/rocclr/runtime/device/pal/palsettings.cpp @@ -196,6 +196,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp, case Pal::AsicRevision::Fiji: case Pal::AsicRevision::Polaris10: case Pal::AsicRevision::Polaris11: + case Pal::AsicRevision::Polaris12: // Disable tiling aperture on VI+ linearPersistentImage_ = true; // Keep this false even though we have support