P4 to Git Change 1918730 by vsytchen@vsytchen-remote-ocl-win10 on 2019/06/28 14:40:48

SWDEV-193973 - [OpenCL][NV21] Add support for Navi21

	1. Add missing mainline checks

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#148 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#88 edit
This commit is contained in:
foreman
2019-06-28 14:50:33 -04:00
parent 2bc8836012
commit 77b6f9c6e7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
}
if (useLightning_) {
switch (palProp.gfxLevel) {:
switch (palProp.gfxLevel) {
case Pal::GfxIpLevel::GfxIp10_1:
case Pal::GfxIpLevel::GfxIp9:
singleFpDenorm_ = true;