From 3e3852fc90f8b3c4d46e26a67bff14e29ba0c9b7 Mon Sep 17 00:00:00 2001
From: foreman
Date: Thu, 31 Aug 2017 21:00:37 -0400
Subject: [PATCH] P4 to Git Change 1454130 by asalmanp@asalmanp-ocl-stg on
2017/08/31 20:49:52
SWDEV-79278 - [OCL][VG12] adding missing VG12 ID
ReviewBoardURL = http://ocltc.amd.com/reviews/r/13376/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#29 edit
---
rocclr/runtime/device/pal/palsettings.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/rocclr/runtime/device/pal/palsettings.cpp b/rocclr/runtime/device/pal/palsettings.cpp
index 8dcf524a40..de1675eccd 100644
--- a/rocclr/runtime/device/pal/palsettings.cpp
+++ b/rocclr/runtime/device/pal/palsettings.cpp
@@ -174,6 +174,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
}
case Pal::AsicRevision::Navi10:
case Pal::AsicRevision::Vega20:
+ case Pal::AsicRevision::Vega12:
case Pal::AsicRevision::Vega10:
case Pal::AsicRevision::Raven:
aiPlus_ = true;