P4 to Git Change 2007237 by gandryey@gera-win10 on 2019/10/01 16:48:24

SWDEV-79445 - OCL generic changes and code clean-up
	- More changes for VanGoghLite support in OCL

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#168 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#103 edit
이 커밋은 다음에 포함됨:
foreman
2019-10-01 17:02:06 -04:00
부모 ba5c9486aa
커밋 f6cc81738b
-11
파일 보기
@@ -186,17 +186,6 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
}
switch (palProp.revision) {
case Pal::AsicRevision::Unknown:
switch (palProp.gfxLevel) {
case Pal::GfxIpLevel::GfxIp10_1:
gfx10Plus_ = true;
case Pal::GfxIpLevel::GfxIp9:
aiPlus_ = true;
break;
default:
assert(0 && "Unknown GfxIP type!");
return false;
}
case Pal::AsicRevision::Navi14:
case Pal::AsicRevision::Navi12:
case Pal::AsicRevision::Navi10: