Skip to content

Commit 345b054

Browse files
authored
[SYCL] Add XFAIL trackers to joint matrix tests (#16345)
Follow up of #16287 to reduce the number of improperly XFAIL-ed tests in our repo. Thanks to @dkhaldi for the mapping between tests and trackers.
1 parent 3b48a46 commit 345b054

14 files changed

+14
-15
lines changed

sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
// Currently row major B fails when annotated_ptr is used
1515
// XFAIL: gpu
16+
// XFAIL-TRACKER: GSD-4181
1617

1718
#include "../common.hpp"
1819

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_colmajorA_colmajorB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// then VNNI transform. This is currently only available on AMX
1616

1717
// XFAIL: gpu
18-
18+
// XFAIL-TRACKER: GSD-5768
1919
#include "../common.hpp"
2020
#include <iostream>
2121
#include <sycl/detail/core.hpp>

sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// RUN: %{run} %t.out
1616

1717
// XFAIL: gpu
18+
// XFAIL-TRACKER: GSD-4181
1819

1920
#include "../common.hpp"
2021

sycl/test-e2e/Matrix/SG32/joint_matrix_colA_rowB_colC.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// RUN: %{run} %t.out
1313

1414
// XFAIL: run-mode
15+
// XFAIL-TRACKER: GSD-5768
1516

1617
#include "../common.hpp"
1718

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// then VNNI transform. This is currently only available on AMX
1616

1717
// XFAIL: gpu
18+
// XFAIL-TRACKER: GSD-5768
1819

1920
#include "../common.hpp"
2021

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL: gpu
17+
// XFAIL-TRACKER: GSD-4181
1718

1819
#include "../common.hpp"
1920

sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL:gpu
17+
// XFAIL-TRACKER: GSD-4181
1718

1819
#include "../common.hpp"
1920

sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// XFAIL: gpu
14+
// XFAIL-TRACKER: GSD-4181
1415

1516
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
1617
// UNSUPPORTED: gpu-intel-dg2

sycl/test-e2e/Matrix/SG32/joint_matrix_rowmajorA_rowmajorB.cpp

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

1717
// Sub-group size 32 support for this test is not currently available in IGC
1818
// XFAIL: gpu
19+
// XFAIL-TRACKER: GSD-4181
1920

2021
#include "../common.hpp"
2122

sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL:gpu
17+
// XFAIL-TRACKER: GSD-4181
1718

1819
#include "../common.hpp"
1920

0 commit comments

Comments
 (0)