diff --git a/sycl/test-e2e/Matrix/element_wise_all_ops_impl.hpp b/sycl/test-e2e/Matrix/element_wise_all_ops_impl.hpp index 0105ea076839d..6124b7aee0ef0 100644 --- a/sycl/test-e2e/Matrix/element_wise_all_ops_impl.hpp +++ b/sycl/test-e2e/Matrix/element_wise_all_ops_impl.hpp @@ -242,9 +242,9 @@ int main() { test_ewops_ab(); test_ewops_ab(); test_ewops_c(); - // test_ewops_ab(); - // test_ewops_ab(); - // test_ewops_c(); + test_ewops_ab(); + test_ewops_ab(); + test_ewops_c(); break; } } diff --git a/sycl/test-e2e/Matrix/element_wise_ops_impl.hpp b/sycl/test-e2e/Matrix/element_wise_ops_impl.hpp index 5a2cf801eb3ec..aa979250bbf0c 100644 --- a/sycl/test-e2e/Matrix/element_wise_ops_impl.hpp +++ b/sycl/test-e2e/Matrix/element_wise_ops_impl.hpp @@ -142,8 +142,7 @@ int main() { passed &= test(); passed &= test(); passed &= test(); - // passed &= test(); + passed &= test(); break; } } 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 6a0699541d343..ddd3627f46132 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 @@ -12,5 +12,10 @@ // -ffp-model=precise is added to not depend on compiler defaults. +// Waiting for the commit in IGC to be pulled into the driver to resolve the +// test. +// XFAIL: gpu +// XFAIL-TRACKER: CMPLRLLVM-63710 + #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_impl.hpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp index 22ce2b3f0e16a..1afb397d9815a 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp @@ -493,8 +493,8 @@ size_t matrix_size = -1; test(matrix_size); - // test(matrix_size); + test(matrix_size); break; } } 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 f2939b2c02a01..632f6732da7f8 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 @@ -12,5 +12,10 @@ // -ffp-model=precise is added to not depend on compiler defaults. +// Waiting for the commit in IGC to be pulled into the driver to resolve the +// test. +// XFAIL: gpu +// XFAIL-TRACKER: CMPLRLLVM-63710 + #include "common.hpp" #include "joint_matrix_bf16_fill_k_cache_impl.hpp" diff --git a/sycl/test-e2e/Matrix/joint_matrix_rowmajorA_rowmajorB_impl.hpp b/sycl/test-e2e/Matrix/joint_matrix_rowmajorA_rowmajorB_impl.hpp index 87fbc1e90a386..1e62623b69da0 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_rowmajorA_rowmajorB_impl.hpp +++ b/sycl/test-e2e/Matrix/joint_matrix_rowmajorA_rowmajorB_impl.hpp @@ -144,8 +144,8 @@ int main() { gemm_row_major<8, 8, 32, class su_8x8x32, int8_t, uint8_t, int32_t>(); res += gemm_row_major<8, 8, 32, class uu_8x8x32, uint8_t, uint8_t, int32_t>(); - // res += gemm_row_major<32, 32, 16, class dg2_bf16_32x32x16, bfloat16, - // bfloat16, float>(); + res += gemm_row_major<32, 32, 16, class dg2_bf16_32x32x16, bfloat16, + bfloat16, float>(); break; } }