Skip to content

Commit 6ab567c

Browse files
author
Artem Gindinson
committed
Temporarily disable default ZEBin production on ICL/TGL
1 parent d336f5f commit 6ab567c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

IGC/Compiler/CISACodeGen/OpenCLKernelCodeGen.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ namespace IGC
283283
case IGFX_GEMINILAKE:
284284
case IGFX_LAKEFIELD:
285285
case IGFX_ELKHARTLAKE:
286+
case IGFX_ICELAKE:
287+
case IGFX_ICELAKE_LP:
288+
case IGFX_TIGERLAKE_LP:
286289
return false;
287290
}
288291
};

0 commit comments

Comments
 (0)