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

Commit f189f84

Browse files
[ESIMD][L0] Enable passing ESIMD tests on LevelZero (#103)
1 parent 619a100 commit f189f84

File tree

8 files changed

+19
-16
lines changed

8 files changed

+19
-16
lines changed

SYCL/ESIMD/histogram.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// TODO enable on Windows and Level Zero
9-
// REQUIRES: linux && gpu && opencl
8+
// TODO enable on Windows
9+
// REQUIRES: linux && gpu
1010
// UNSUPPORTED: cuda
1111
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1212
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/histogram_2d.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// TODO enable on Windows and Level Zero
9-
// REQUIRES: linux && gpu && opencl
8+
// TODO enable on Windows
9+
// REQUIRES: linux && gpu
1010
// UNSUPPORTED: cuda
1111
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1212
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/histogram_raw_send.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9-
// TODO enable on Windows and Level Zero
10-
// REQUIRES: linux && gpu && opencl
9+
// TODO enable on Windows
10+
// REQUIRES: linux && gpu
1111
// UNSUPPORTED: cuda
1212
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1313
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/matrix_transpose.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// TODO enable on Windows and Level Zero
9-
// REQUIRES: linux && gpu && opencl
8+
// TODO enable on Windows
9+
// REQUIRES: linux && gpu
1010
// UNSUPPORTED: cuda
1111
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1212
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/private_memory/pm_access_1.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// TODO enable on Windows and Level Zero
10-
// REQUIRES: linux && gpu && opencl
9+
// TODO enable on Windows
10+
// REQUIRES: linux && gpu
11+
// UNSUPPORTED: cuda
1112
// RUN: %clangxx-esimd -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 1

SYCL/ESIMD/private_memory/pm_access_2.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// TODO enable on Windows and Level Zero
10-
// REQUIRES: linux && gpu && opencl
9+
// TODO enable on Windows
10+
// REQUIRES: linux && gpu
11+
// UNSUPPORTED: cuda
1112
// RUN: %clangxx-esimd -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 2

SYCL/ESIMD/private_memory/pm_access_3.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// TODO enable on Windows and Level Zero
10-
// REQUIRES: linux && gpu && opencl
9+
// TODO enable on Windows
10+
// REQUIRES: linux && gpu
11+
// UNSUPPORTED: cuda
1112
// RUN: %clangxx-esimd -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 3

SYCL/ESIMD/vadd_2d.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// TODO enable on Windows and Level Zero
9-
// REQUIRES: linux && gpu && opencl
8+
// TODO enable on Windows
9+
// REQUIRES: linux && gpu
1010
// UNSUPPORTED: cuda
1111
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1212
// RUN: %HOST_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)