Skip to content

Commit 75c8ac5

Browse files
committed
[SYCL][E2E][L0] Add test for invalid ZE_AFFINITY_MASK
1 parent 30b1991 commit 75c8ac5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// REQUIRES: linux, gpu, level_zero
2+
3+
// Check that invalid ZE_AFFINITY_MASK values do not crash the loader.
4+
5+
// RUN: not not --crash %{run-unfiltered-devices} env UR_ENABLE_LOADER_INTERCEPT=1 ONEAPI_DEVICE_SELECTOR="level_zero:*" ZE_AFFINITY_MASK=a sycl-ls
6+
// RUN: not not --crash %{run-unfiltered-devices} env UR_ENABLE_LOADER_INTERCEPT=1 ONEAPI_DEVICE_SELECTOR="level_zero:*" ZE_AFFINITY_MASK= sycl-ls

0 commit comments

Comments
 (0)