This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 30 files changed +30
-0
lines changed Expand file tree Collapse file tree 30 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
//
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
//
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows and Level Zero
9
9
// REQUIRES: linux && gpu && opencl
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 16
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows and Level Zero
9
9
// REQUIRES: linux && gpu && opencl
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 8
8
// ===----------------------------------------------------------------------===//
9
9
// TODO enable on Windows and Level Zero
10
10
// REQUIRES: linux && gpu && opencl
11
+ // UNSUPPORTED: cuda
11
12
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
13
// RUN: %HOST_RUN_PLACEHOLDER %t.out
13
14
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out %S/points.big.json
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %S/points.big.json
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
12
13
// 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 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %T/output.ppm %S/golden_hw.ppm
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %T/output.ppm %S/golden_hw.ppm 512 -2.09798 -1.19798 0.004 4.0
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows and Level Zero
9
9
// REQUIRES: linux && gpu && opencl
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 8
8
// ===----------------------------------------------------------------------===//
9
9
// TODO enable on Windows
10
10
// REQUIRES: linux && gpu
11
+ // UNSUPPORTED: cuda
11
12
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
13
// RUN: %HOST_RUN_PLACEHOLDER %t.out
13
14
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
12
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows and Level Zero
9
9
// REQUIRES: linux && gpu && opencl
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 8
8
// ===----------------------------------------------------------------------===//
9
9
// TODO enable on Windows
10
10
// REQUIRES: linux && gpu
11
+ // UNSUPPORTED: cuda
11
12
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
14
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// TODO enable on Windows
9
9
// REQUIRES: linux && gpu
10
+ // UNSUPPORTED: cuda
10
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
11
12
// RUN: %HOST_RUN_PLACEHOLDER %t.out
12
13
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments