Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 3d50724

Browse files
[ESIMD] Enable missing tests on Windows and LevelZero (#175)
1 parent ec801d0 commit 3d50724

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

SYCL/ESIMD/histogram.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// TODO enable on Windows
9-
// REQUIRES: linux && gpu
8+
// REQUIRES: gpu
109
// UNSUPPORTED: cuda
1110
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1211
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/histogram_2d.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// TODO enable on Windows
9-
// REQUIRES: linux && gpu
8+
// REQUIRES: gpu
109
// UNSUPPORTED: cuda
1110
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1211
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/histogram_raw_send.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9-
// TODO enable on Windows
10-
// REQUIRES: linux && gpu
9+
// REQUIRES: gpu
1110
// UNSUPPORTED: cuda
1211
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1312
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/vadd_2d.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// TODO enable on Windows
9-
// REQUIRES: linux && gpu
8+
// REQUIRES: gpu
109
// UNSUPPORTED: cuda
1110
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1211
// RUN: %HOST_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)