From c61940e43dc07b54df6192dcad72c1b2f58f2264 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 30 Sep 2025 11:35:04 -0700 Subject: [PATCH] [SYCL][ESIMD][E2E] Reenable previously failing tests Signed-off-by: Sarnie, Nick --- sycl/test-e2e/ESIMD/Prefix_Local_sum2.cpp | 2 -- sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/sycl/test-e2e/ESIMD/Prefix_Local_sum2.cpp b/sycl/test-e2e/ESIMD/Prefix_Local_sum2.cpp index 2e15cb514522..8deb39190250 100644 --- a/sycl/test-e2e/ESIMD/Prefix_Local_sum2.cpp +++ b/sycl/test-e2e/ESIMD/Prefix_Local_sum2.cpp @@ -7,8 +7,6 @@ //===----------------------------------------------------------------------===// // RUN: %{build} -o %t.out // RUN: %{run} %t.out 20 -// UNSUPPORTED: gpu-intel-dg2 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17075 #include "esimd_test_utils.hpp" diff --git a/sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp b/sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp index c3a97f3118db..06848fcea681 100644 --- a/sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp +++ b/sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp @@ -5,8 +5,6 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// UNSUPPORTED: gpu -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17176 // RUN: %{build} -o %t.out // RUN: %{run} %t.out