Skip to content

Commit 1e1757b

Browse files
authored
[SYCL][E2E][AddressSanitizer] Don't test on opencl gpu (#15620)
It's not supported as per [here](#15481 (comment)). Signed-off-by: Sarnie, Nick <[email protected]>
1 parent d3c5733 commit 1e1757b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ config.unsupported_features += ['cuda', 'hip']
1212

1313
# FIXME: Skip some of gpu devices, waiting for gfx driver uplifting
1414
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-pvc']
15+
16+
# GPU testing requires level_zero
17+
if 'opencl:gpu' in config.sycl_devices:
18+
config.required_features += ['level_zero']

0 commit comments

Comments
 (0)