We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311cc71 commit bb57e4aCopy full SHA for bb57e4a
sycl/test-e2e/Graph/lit.local.cfg
@@ -1,5 +1,7 @@
1
if 'windows' in config.available_features:
2
# https://github.com/intel/llvm/issues/17165
3
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
4
- # CMPLRTST-27275
+ # LNL - CMPLRTST-27275
5
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