From f6cc81738ba4f56909ef7830dec555d339d1cf05 Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 1 Oct 2019 17:02:06 -0400
Subject: [PATCH] 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
---
rocclr/runtime/device/pal/palsettings.cpp | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/rocclr/runtime/device/pal/palsettings.cpp b/rocclr/runtime/device/pal/palsettings.cpp
index 8d8b0ad4f6..156dfe7808 100644
--- a/rocclr/runtime/device/pal/palsettings.cpp
+++ b/rocclr/runtime/device/pal/palsettings.cpp
@@ -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: