Skip to content

Commit d9b41c9

Browse files
authored
[SYCL][ESIMD][E2E] Fix preemption test on older HW (#17245)
It's only supported on LNL, BMG and later. --------- Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 6945759 commit d9b41c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sycl/test-e2e/ESIMD/preemption.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: linux
9-
// UNSUPPORTED: gpu-intel-dg2 || arch-intel_gpu_pvc
9+
// REQUIRES: arch-intel_gpu_bmg_g21 || arch-intel_gpu_lnl_m
1010
// RUN: %{build} -o %t.out
1111
// RUN: env IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %{run} %t.out
1212
// RUN: %{run-aux} grep enablePreemption %t.dump/*.asm

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// tests to match the required format and in that case you should just update
5555
// (i.e. reduce) the number and the list below.
5656
//
57-
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 342
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 341
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.
@@ -162,7 +162,6 @@
162162
// CHECK-NEXT: ESIMD/lsc/lsc_usm_store_u8_u16.cpp
163163
// CHECK-NEXT: ESIMD/lsc/lsc_usm_store_u8_u16_64.cpp
164164
// CHECK-NEXT: ESIMD/matrix_transpose2.cpp
165-
// CHECK-NEXT: ESIMD/preemption.cpp
166165
// CHECK-NEXT: ESIMD/private_memory/private_memory.cpp
167166
// CHECK-NEXT: ESIMD/regression/bitreverse.cpp
168167
// CHECK-NEXT: ESIMD/regression/copyto_char_test.cpp

0 commit comments

Comments
 (0)