Skip to content

Commit 054f1b7

Browse files
committed
[SYCL][Graph] Disable all Graph E2E testing on Windows Battlemage
We currently only disable the RecordReplay variant of E2E testing on battlemage, however we have many other tests and the likihood is that if the RecordReplay tests are failing then other tests will start failing too. Disable all Graphs tests until Graph support on Windows battlemage can be investigated more thoroughly.
1 parent 6bdde33 commit 054f1b7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
config.required_features += ['aspect-ext_oneapi_limited_graph']
2-
3-
# https://github.com/intel/llvm/issues/17165
4-
if 'windows' in config.available_features:
5-
config.unsupported_features += ['arch-intel_gpu_bmg_g21']

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://github.com/intel/llvm/issues/17165
2+
if 'windows' in config.available_features:
3+
config.unsupported_features += ['arch-intel_gpu_bmg_g21']

0 commit comments

Comments
 (0)