diff --git a/SYCL/Basic/context-with-multiple-devices.cpp b/SYCL/Basic/context-with-multiple-devices.cpp index 18c684f7fb..6cc17177ee 100644 --- a/SYCL/Basic/context-with-multiple-devices.cpp +++ b/SYCL/Basic/context-with-multiple-devices.cpp @@ -1,6 +1,3 @@ -// UNSUPPORTED: windows || linux -// temporarily disabled - // REQUIRES: accelerator, opencl-aot // RUN: %clangxx -fsycl -fintelfpga -fsycl-unnamed-lambda %s -o %t2.out diff --git a/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp b/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp index 2dc8bb0a52..65513d64cb 100644 --- a/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp +++ b/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp @@ -1,6 +1,3 @@ -// UNSUPPORTED: windows || linux -// temporarily disabled - // REQUIRES: opencl, opencl_icd // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %opencl_lib // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DiscardEvents/invalid_event_exceptions.cpp b/SYCL/DiscardEvents/invalid_event_exceptions.cpp index 2022244578..b7ac6ceb7e 100644 --- a/SYCL/DiscardEvents/invalid_event_exceptions.cpp +++ b/SYCL/DiscardEvents/invalid_event_exceptions.cpp @@ -1,6 +1,3 @@ -// UNSUPPORTED: windows || linux -// temporarily disabled - // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // // RUN: %HOST_RUN_PLACEHOLDER %t.out