Skip to content

Commit beb7544

Browse files
committed
Add RocketLake & Alderlake to ZEBin exceptions
.
1 parent 18589a5 commit beb7544

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

IGC/Compiler/CISACodeGen/OpenCLKernelCodeGen.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ namespace IGC
289289
case IGFX_ICELAKE:
290290
case IGFX_ICELAKE_LP:
291291
case IGFX_TIGERLAKE_LP:
292+
case IGFX_ROCKETLAKE:
293+
case IGFX_ALDERLAKE_S:
294+
case IGFX_ALDERLAKE_P:
295+
case IGFX_ALDERLAKE_N:
292296
return false;
293297
}
294298
};

0 commit comments

Comments
 (0)