From f59b5e56e2d1c605c9ee8a3790e6a3f322f44cb3 Mon Sep 17 00:00:00 2001 From: "Zhang, Yixing" Date: Wed, 18 Dec 2024 14:35:07 -0800 Subject: [PATCH] update the XFAIL-TRACKER for runtime dimension tests --- sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp | 2 +- .../Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp index febb1230d91dd..8d26fd5e5a432 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp @@ -15,7 +15,7 @@ // Waiting for the commit in IGC to be pulled into the driver to resolve the // test. // XFAIL: !igc-dev || gpu-intel-dg2 -// XFAIL-TRACKER: CMPLRLLVM-63710 +// XFAIL-TRACKER: GSD-10510 #include "common.hpp" #include "joint_matrix_bf16_fill_k_cache_impl.hpp" diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp index 291852eaa612d..4e790109eaff2 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp @@ -15,7 +15,7 @@ // Waiting for the commit in IGC to be pulled into the driver to resolve the // test. // XFAIL: !igc-dev || gpu-intel-dg2 -// XFAIL-TRACKER: CMPLRLLVM-63710 +// XFAIL-TRACKER: GSD-10510 #include "common.hpp" #include "joint_matrix_bf16_fill_k_cache_impl.hpp"