Skip to content

Commit e0c22fd

Browse files
authored
[SYCL][E2E][Matrix] Remove XFAIL from tests passing on dev-igc (#19455)
Made some igc-dev fixes + driver update, these are passing now. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent f81caa3 commit e0c22fd

9 files changed

+4
-17
lines changed

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
10-
// XFAIL-TRACKER: CMPLRLLVM-66371
119
// REQUIRES: aspect-ext_intel_matrix
1210

1311
// RUN: %{build} -o %t_vnni.out -DVNNI %fp-model-precise

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
10-
// XFAIL-TRACKER: CMPLRLLVM-66371
119

1210
// REQUIRES: aspect-ext_intel_matrix, gpu
1311

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// Waiting for the commit in IGC to be pulled into the driver to resolve the
1717
// test.
18-
// XFAIL: run-mode && igc-dev
18+
// XFAIL: run-mode && igc-dev && arch-intel_gpu_pvc
1919
// XFAIL-TRACKER: GSD-10510
2020

2121
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_init.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
10-
// XFAIL-TRACKER: CMPLRLLVM-66371
119
// REQUIRES: aspect-ext_intel_matrix, gpu
1210

1311
// RUN: %{build} -o %t.out -DINIT_LIST -DVNNI %fp-model-precise

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
// REQUIRES: aspect-ext_intel_matrix
1111
// UNSUPPORTED: gpu-intel-dg2
12-
13-
// XFAIL: run-mode && igc-dev
14-
// XFAIL-TRACKER: CMPLRLLVM-66371
12+
// UNSUPPORTED-INTENDED: prefetch is not supported on DG2
1513

1614
// RUN: %{build} -o %t_vnni.out -DPREFETCH -DVNNI %fp-model-precise
1715
// RUN: %{run} %t_vnni.out

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Waiting for the commit in IGC to be pulled into the driver to resolve the
1818
// test.
19-
// XFAIL: run-mode && igc-dev
19+
// XFAIL: run-mode && igc-dev && arch-intel_gpu_pvc
2020
// XFAIL-TRACKER: GSD-10510
2121

2222
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev && gpu-intel-dg2
10-
// XFAIL-TRACKER: CMPLRLLVM-66371
119
// REQUIRES: aspect-ext_intel_matrix
1210

1311
// RUN: %{build} -mllvm -inline-threshold=2000 %fp-model-precise -o %t.out -DMANUAL_UNROLL -DVNNI

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev && gpu-intel-dg2
10-
// XFAIL-TRACKER: CMPLRLLVM-66371
119

1210
// REQUIRES: aspect-ext_intel_matrix, gpu
1311

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: 229
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 228
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.
@@ -200,7 +200,6 @@
200200
// CHECK-NEXT: Matrix/SG32/joint_matrix_uu_int8.cpp
201201
// CHECK-NEXT: Matrix/joint_matrix_annotated_ptr.cpp
202202
// CHECK-NEXT: Matrix/joint_matrix_bf16_fill_k_cache_OOB.cpp
203-
// CHECK-NEXT: Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp
204203
// CHECK-NEXT: Matrix/joint_matrix_down_convert.cpp
205204
// CHECK-NEXT: Matrix/joint_matrix_rowmajorA_rowmajorB.cpp
206205
// CHECK-NEXT: NonUniformGroups/ballot_group.cpp

0 commit comments

Comments
 (0)