From 4fd899abc9a9938f1e33d21435e37d9d5948886d Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Sat, 21 Dec 2024 02:24:07 +0900 Subject: [PATCH] [SYCL][E2E] Remove XFAIL in get_coordinate_ops.cpp (#16444) It's passing now after the driver update. https://github.com/intel/llvm/actions/runs/12433578741/job/34716640805 Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Matrix/get_coordinate_ops.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/Matrix/get_coordinate_ops.cpp b/sycl/test-e2e/Matrix/get_coordinate_ops.cpp index b32145b954422..ed404612a9ff3 100644 --- a/sycl/test-e2e/Matrix/get_coordinate_ops.cpp +++ b/sycl/test-e2e/Matrix/get_coordinate_ops.cpp @@ -6,9 +6,6 @@ // //===----------------------------------------------------------------------===// // REQUIRES: aspect-ext_intel_matrix - -// XFAIL: !igc-dev -// XFAIL-TRACKER: GSD-6376 // REQUIRES-INTEL-DRIVER: lin: 30049 // RUN: %{build} -o %t.out