File tree 17 files changed +34
-51
lines changed
sycl/test/esimd/on-device
17 files changed +34
-51
lines changed Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
12
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
12
11
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
12
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
12
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out %S/points.big.json
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %S/points.big.json
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
12
11
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %S/output.ppm %S/golden_hw.ppm
13
12
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
12
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
12
// XFAIL: linux
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
12
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
12
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // TODO enable on Windows
9
- // REQUIRES: linux
10
- // REQUIRES: gpu
8
+ // TODO enable on Windows and Level Zero
9
+ // REQUIRES: linux && gpu && opencl
11
10
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
13
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments