Skip to content

Commit bb57e4a

Browse files
authored
[SYCL][Graph] Disable E2E tests on PTL (#18987)
`sycl_ext_oneapi_graph` is not yet supported on Windows for PTL devices, see CMPLRTST-27275
1 parent 311cc71 commit bb57e4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

0 commit comments

Comments
 (0)