From 1755270abfb77b50baf414679c259a541c80a6ff Mon Sep 17 00:00:00 2001 From: Lorenc Bushi Date: Fri, 18 Oct 2024 23:55:31 +0200 Subject: [PATCH 1/2] Remove XFAIL from joint matrix SG32 tests --- sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp | 1 - .../Matrix/SG32/joint_matrix_bfloat16_colmajorA_colmajorB.cpp | 1 - sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp | 1 - .../Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp | 1 - .../Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp | 2 -- sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp | 1 - sycl/test-e2e/Matrix/SG32/joint_matrix_rowmajorA_rowmajorB.cpp | 1 - sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp | 1 - 8 files changed, 9 deletions(-) diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp index 21f101e000b52..fc72443e66bd5 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp @@ -12,7 +12,6 @@ // RUN: %{run} %t.out // Currently row major B fails when annotated_ptr is used -// XFAIL: gpu #include "../common.hpp" diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_colmajorA_colmajorB.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_colmajorA_colmajorB.cpp index aba19833ee581..dcbbfcb5863e4 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_colmajorA_colmajorB.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_colmajorA_colmajorB.cpp @@ -14,7 +14,6 @@ // This tests support of col major layout for matrix B which does transpose and // then VNNI transform. This is currently only available on AMX -// XFAIL: gpu #include "../common.hpp" #include diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp index 36346ba4a9f1a..8acac1b1ed447 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp @@ -14,7 +14,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: gpu #include "../common.hpp" diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp index 177e4d6d861fa..a9f967b64d982 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp @@ -14,7 +14,6 @@ // This tests support of col major layout for matrix B which does transpose and // then VNNI transform. This is currently only available on AMX -// XFAIL: gpu #include "../common.hpp" diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp index d73a2300888d3..525351e35877f 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp @@ -13,8 +13,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: gpu - #include "../common.hpp" #define SG_SZ 32 diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp index a6ce09fe13b9f..be542c5dfc4d2 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp @@ -10,7 +10,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: gpu // SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2 // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_rowmajorA_rowmajorB.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_rowmajorA_rowmajorB.cpp index 0fe45a24c499f..eab2956d3ecc5 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_rowmajorA_rowmajorB.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_rowmajorA_rowmajorB.cpp @@ -15,7 +15,6 @@ // RUN: %{run} %t.out // Sub-group size 32 support for this test is not currently available in IGC -// XFAIL: gpu #include "../common.hpp" diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp index ceb196e07b9ca..72a6fab546442 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp @@ -13,7 +13,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL:gpu #include "../common.hpp" From 0bf0501c43c05d41012a83e18b575394b550b47d Mon Sep 17 00:00:00 2001 From: Lorenc Bushi Date: Wed, 27 Nov 2024 13:39:29 -0500 Subject: [PATCH 2/2] Update assert-windows.cpp --- sycl/test-e2e/DeviceLib/assert-windows.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sycl/test-e2e/DeviceLib/assert-windows.cpp b/sycl/test-e2e/DeviceLib/assert-windows.cpp index c138bda944b69..77f81b80eea9b 100644 --- a/sycl/test-e2e/DeviceLib/assert-windows.cpp +++ b/sycl/test-e2e/DeviceLib/assert-windows.cpp @@ -2,7 +2,6 @@ // // FIXME: OpenCL CPU backend compiler crashes on a call to _wassert. // Disable the test until the fix reaches SYCL test infrastructure. -// XFAIL: * // // RUN: %{build} -o %t.out //