From 5e32337859c45aceeaf2af39b7182ea4eb2883e3 Mon Sep 17 00:00:00 2001 From: Dounia Khaldi Date: Mon, 17 Nov 2025 08:47:46 -0600 Subject: [PATCH] [SYCL][E2E] Remove XFAIL from element_wise_ops.cpp on PTL --- sycl/test-e2e/Matrix/element_wise_ops.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/Matrix/element_wise_ops.cpp b/sycl/test-e2e/Matrix/element_wise_ops.cpp index d3876c7b811ca..1d5a59a1efd78 100644 --- a/sycl/test-e2e/Matrix/element_wise_ops.cpp +++ b/sycl/test-e2e/Matrix/element_wise_ops.cpp @@ -12,8 +12,5 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h -// XFAIL-TRACKER: CMPLRLLVM-66710 - #include "common.hpp" #include "element_wise_ops_impl.hpp"