Skip to content

Commit

Permalink
[SYCL][E2E][AddressSanitizer] Don't test on opencl gpu
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex committed Oct 7, 2024
1 parent ea95271 commit f32cbba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sycl/test-e2e/AddressSanitizer/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ config.unsupported_features += ['cuda', 'hip']

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

# GPU testing requires level_zero
if 'opencl:gpu' in config.sycl_devices:
config.required_features += ['level_zero']

0 comments on commit f32cbba

Please sign in to comment.