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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user