From f18050ba0a3807b2d47c102150c83adda7a1fd2a Mon Sep 17 00:00:00 2001 From: Mateusz Borzyszkowski Date: Thu, 21 Sep 2023 09:40:28 +0000 Subject: [PATCH] Add ARL to WA file Add ARL to `igc_workaround_linux.cpp` file --- IGC/Compiler/igc_workaround_linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/IGC/Compiler/igc_workaround_linux.cpp b/IGC/Compiler/igc_workaround_linux.cpp index e194c0288aa4..e5c8f0c3efe1 100644 --- a/IGC/Compiler/igc_workaround_linux.cpp +++ b/IGC/Compiler/igc_workaround_linux.cpp @@ -152,6 +152,7 @@ namespace IGC break; case IGFX_METEORLAKE: + case IGFX_ARROWLAKE: /* This is just a place holder the WA application has moved below and changed its no longer based on platform */ break;