Skip to content

Commit d9cc511

Browse files
[SYCL][E2E] Set a proper requirement for subdevice test (#19528)
This test was XFAILed on bmg and dg2 for Linux and Win (partially but must be completely). #18576 (comment) Currently only PVC has support of 4 CCS that is publicly documented here: https://github.com/intel/compute-runtime/blob/master/level_zero/doc/experimental_extensions/MULTI_CCS_MODES.md#interaction-with-affinity-mask Those HW with more than 1 CCS only support 1,2. This test was added for verification of sycl-ls output (82ebc23). I believe it is enough to test it on PVC only instead of extending it to other platforms with complex logic of querying and passing capabilities to the cmdline. Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent 36bbbb0 commit d9cc511

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
/* Test to check that sycl-ls is outputting UUID and number of sub and sub-sub
22
* devices. */
3-
// REQUIRES: gpu, level_zero
3+
// REQUIRES: gpu, level_zero, gpu-intel-pvc
44

5-
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) && !igc-dev
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
7-
8-
// XFAIL: windows && arch-intel_gpu_bmg_g21
9-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
105
// As of now, ZEX_NUMBER_OF_CCS is not working with FLAT hierachy,
116
// which is the new default on PVC.
7+
// PVC is the only HW now that supports 4 CCS.
128

139
// RUN: %{run-unfiltered-devices} env ONEAPI_DEVICE_SELECTOR="level_zero:*" env ZE_FLAT_DEVICE_HIERARCHY=COMPOSITE env ZEX_NUMBER_OF_CCS=0:4 sycl-ls --verbose | \
1410
// RUN: FileCheck %s

0 commit comments

Comments
 (0)