Skip to content

Commit 67c3e17

Browse files
authored
[SYCL][Graph]Disable DG2 testing on L0 V2 (#18741)
Disable SYCL-Graph DG2 E2E testing on the Level-Zero adapter. #18579 and #18668 report large numbers of tests sporadically failing. Rather than continuing to mark individual tests as unsupported, skip all DG2 graph testing on the V2 adapter until this issue can be investigated and resolved.
1 parent 3c91cf9 commit 67c3e17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# https://github.com/intel/llvm/issues/17165
22
if 'windows' in config.available_features:
33
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
4+
5+
# https://github.com/intel/llvm/issues/18668
6+
# https://github.com/intel/llvm/issues/18579
7+
config.unsupported_features += ['gpu-intel-dg2 && level_zero_v2_adapter']

0 commit comments

Comments
 (0)