From 92a98fa02c5d6f00ee6a6a5c13403027e8fdda7e Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 27 Aug 2025 07:13:38 -0700 Subject: [PATCH 1/3] [SYCL][E2E][JM] Fix xpass in joint_matrix_bfloat16.cpp Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp index 11d5734366445..d502159a2c64c 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp @@ -10,8 +10,8 @@ // UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on // DG2 -// XFAIL: linux && run-mode && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) -// XFAIL-TRACKER: CMPLRLLVM-69742 +// UNSUPPORTED: linux && run-mode && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) +// UNSUPPORTED-TRACKER: CMPLRLLVM-69742 // REQUIRES: target-spir // REQUIRES: aspect-ext_intel_matrix From 1c7ce5357e89bd7258a7ec6799490dc2e223bc61 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 27 Aug 2025 07:34:19 -0700 Subject: [PATCH 2/3] feedback Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp index d502159a2c64c..e7c566c4aa7f1 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp @@ -10,6 +10,7 @@ // UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on // DG2 +// The failure is sporadic across runs so marking as unsupported instead of xfail // UNSUPPORTED: linux && run-mode && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) // UNSUPPORTED-TRACKER: CMPLRLLVM-69742 From 9f9c057065de959e5f42103dd32c96cf6c4347a5 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 27 Aug 2025 07:39:45 -0700 Subject: [PATCH 3/3] format Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp index e7c566c4aa7f1..220d5094dabe2 100644 --- a/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp +++ b/sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp @@ -10,7 +10,8 @@ // UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on // DG2 -// The failure is sporadic across runs so marking as unsupported instead of xfail +// The failure is sporadic across runs so marking as unsupported instead of +// xfail // UNSUPPORTED: linux && run-mode && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) // UNSUPPORTED-TRACKER: CMPLRLLVM-69742