Skip to content

Commit f04c03f

Browse files
[SYCL][E2E] Update XFAIL-TRACKER for runtime dimension tests (#16423)
The Joint Matrix tests, joint_matrix_bf16_fill_k_cache_arg_dim.cpp and joint_matrix_bf16_fill_k_cache_runtime_dim.cpp fail on DG2 machine for matrix combination 32x32x16. A new Jira issue has been created to track this problem. This PR updates the XFAIL-TRACKER to this new Jira issue for these two tests.
1 parent 0841f5c commit f04c03f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
// Waiting for the commit in IGC to be pulled into the driver to resolve the
1616
// test.
1717
// XFAIL: !igc-dev || gpu-intel-dg2
18-
// XFAIL-TRACKER: CMPLRLLVM-63710
18+
// XFAIL-TRACKER: GSD-10510
1919

2020
#include "common.hpp"
2121
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

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
@@ -15,7 +15,7 @@
1515
// Waiting for the commit in IGC to be pulled into the driver to resolve the
1616
// test.
1717
// XFAIL: !igc-dev || gpu-intel-dg2
18-
// XFAIL-TRACKER: CMPLRLLVM-63710
18+
// XFAIL-TRACKER: GSD-10510
1919

2020
#include "common.hpp"
2121
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

0 commit comments

Comments
 (0)