Skip to content

Commit

Permalink
Disable ASAN tests on PVC
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Sep 13, 2024
1 parent 036cab2 commit 65e29ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/AddressSanitizer/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ config.substitutions.append(
config.unsupported_features += ['cuda', 'hip']

# FIXME: Skip gen devices, waiting for gfx driver uplifting
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc']
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc', 'arch-intel_gpu_pvc']

0 comments on commit 65e29ff

Please sign in to comment.