diff --git a/SYCL/ESIMD/histogram.cpp b/SYCL/ESIMD/histogram.cpp index de9dec5186..28e506d9af 100644 --- a/SYCL/ESIMD/histogram.cpp +++ b/SYCL/ESIMD/histogram.cpp @@ -5,8 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// TODO enable on Windows -// REQUIRES: linux && gpu +// REQUIRES: gpu // UNSUPPORTED: cuda // RUN: %clangxx-esimd -fsycl %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/histogram_2d.cpp b/SYCL/ESIMD/histogram_2d.cpp index f2f92a997a..bf33f2fea2 100644 --- a/SYCL/ESIMD/histogram_2d.cpp +++ b/SYCL/ESIMD/histogram_2d.cpp @@ -5,8 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// TODO enable on Windows -// REQUIRES: linux && gpu +// REQUIRES: gpu // UNSUPPORTED: cuda // RUN: %clangxx-esimd -fsycl %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/histogram_raw_send.cpp b/SYCL/ESIMD/histogram_raw_send.cpp index 4083130f75..c76d350a2f 100644 --- a/SYCL/ESIMD/histogram_raw_send.cpp +++ b/SYCL/ESIMD/histogram_raw_send.cpp @@ -6,8 +6,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// TODO enable on Windows -// REQUIRES: linux && gpu +// REQUIRES: gpu // UNSUPPORTED: cuda // RUN: %clangxx-esimd -fsycl %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out diff --git a/SYCL/ESIMD/vadd_2d.cpp b/SYCL/ESIMD/vadd_2d.cpp index 76db5da836..80c9d9a938 100644 --- a/SYCL/ESIMD/vadd_2d.cpp +++ b/SYCL/ESIMD/vadd_2d.cpp @@ -5,8 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// TODO enable on Windows -// REQUIRES: linux && gpu +// REQUIRES: gpu // UNSUPPORTED: cuda // RUN: %clangxx-esimd -fsycl %s -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out