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: e304c22316]
Этот коммит содержится в:
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user