From 503a60def960f4122dcc446e6464e1f37cb5b078 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 30 Jul 2024 09:12:23 -0700 Subject: [PATCH] [SYCL] Fix XPASS of Matrix test on new GPU driver Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/get_coord_int8_matB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/Matrix/get_coord_int8_matB.cpp b/sycl/test-e2e/Matrix/get_coord_int8_matB.cpp index 0b7f520888fd1..a5166bbf54201 100644 --- a/sycl/test-e2e/Matrix/get_coord_int8_matB.cpp +++ b/sycl/test-e2e/Matrix/get_coord_int8_matB.cpp @@ -9,7 +9,7 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: cpu, gpu-intel-dg2 +// XFAIL: cpu #include "common.hpp" #include "get_coord_int8_matB_impl.hpp"