From 18643db3c12d7c972df453fa455cf22e9a1d9a38 Mon Sep 17 00:00:00 2001 From: Yanfeng Xiao Date: Fri, 9 Aug 2024 00:42:34 -0700 Subject: [PATCH 1/2] Remove Matrix/get_coord_int8_matB.cpp XFAIL on CPU support after uplift OCLCPURT 2024.18.6.0.02 --- sycl/test-e2e/Matrix/get_coord_int8_matB.cpp | 1 - 1 file changed, 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 a5166bbf54201..cd15dcef85ecb 100644 --- a/sycl/test-e2e/Matrix/get_coord_int8_matB.cpp +++ b/sycl/test-e2e/Matrix/get_coord_int8_matB.cpp @@ -9,7 +9,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: cpu #include "common.hpp" #include "get_coord_int8_matB_impl.hpp" From e131f97b8dac3b468209967d0b169db1515f39ba Mon Sep 17 00:00:00 2001 From: Yanfeng Xiao Date: Sun, 11 Aug 2024 23:41:24 -0700 Subject: [PATCH 2/2] Remove Matrix/SG32/get_coord_int8_matB.cpp's XFAIL on CPU --- sycl/test-e2e/Matrix/SG32/get_coord_int8_matB.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sycl/test-e2e/Matrix/SG32/get_coord_int8_matB.cpp b/sycl/test-e2e/Matrix/SG32/get_coord_int8_matB.cpp index 80e0c0c6b845d..d2cce0a2c6736 100644 --- a/sycl/test-e2e/Matrix/SG32/get_coord_int8_matB.cpp +++ b/sycl/test-e2e/Matrix/SG32/get_coord_int8_matB.cpp @@ -12,7 +12,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: cpu #include "../common.hpp"