Skip to content

Commit c6efd3c

Browse files
lwesiersgfxbot
authored andcommitted
Fix for build break in neo debug target (in tag: igc-1.0.2
Change-Id: I3a6a0bf46001731dd49ba63c0b827c1bb83df170
1 parent 46a3f9d commit c6efd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/AdaptorOCL/OCL/Platform/cmd_parser_g8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Helper functions
5959
inline bool IsPlatformValid(
6060
const PLATFORM productID)
6161
{
62-
if (productID.eRenderCoreFamily <= IGFX_GEN10_CORE)
62+
if (productID.eRenderCoreFamily <= IGFX_GEN11_CORE)
6363
{
6464
return true;
6565
}

0 commit comments

Comments
 (0)