Skip to content

Commit 8589076

Browse files
authored
[SYCL][Graph] Extend BMG Windows E2E skip condition (#19088)
As documented in #17165 SYCL-Graph doesn't yet support BMG on Windows. Extend the current check cover both the BMG arch variants. See URLZA-612
1 parent 6a4a6cb commit 8589076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Graph/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if 'windows' in config.available_features:
22
# https://github.com/intel/llvm/issues/17165
3-
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
3+
config.unsupported_features += ['arch-intel_gpu_bmg_g21', 'arch-intel_gpu_bmg_g31']
44
# LNL - CMPLRTST-27275
55
config.unsupported_features += ['arch-intel_gpu_lnl_m']
66
# PTL - CMPLRTST-27275

0 commit comments

Comments
 (0)