From 039036eefa5474a54ab0f11e46f18ccf724c2930 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Wed, 12 Jun 2024 15:43:19 -0700 Subject: [PATCH] [SYCL] Re-enable `Basic/barrier_order.cpp` Closes https://github.com/intel/llvm/issues/7330. --- sycl/test-e2e/Basic/barrier_order.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sycl/test-e2e/Basic/barrier_order.cpp b/sycl/test-e2e/Basic/barrier_order.cpp index 16af6eee3837b..be5c78b6c410c 100644 --- a/sycl/test-e2e/Basic/barrier_order.cpp +++ b/sycl/test-e2e/Basic/barrier_order.cpp @@ -2,10 +2,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// Hangs on that platform (at least on gpu-intel-pvc), -// https://github.com/intel/llvm/issues/7330. -// UNSUPPORTED: opencl && gpu - #include #include