From 11fff69c6695573b3030413d69acc8af38cfdf5e Mon Sep 17 00:00:00 2001 From: Denis Bakhvalov Date: Tue, 9 Mar 2021 15:05:48 -0800 Subject: [PATCH] [ESIMD] Enable missing tests on Windows and LevelZero --- SYCL/ESIMD/histogram.cpp | 3 +-- SYCL/ESIMD/histogram_2d.cpp | 3 +-- SYCL/ESIMD/histogram_raw_send.cpp | 3 +-- SYCL/ESIMD/vadd_2d.cpp | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) 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