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

Commit 182e444

Browse files
[ESIMD] Marked all the ESIMD tests as unsupported on CUDA (#80)
1 parent 65a27fb commit 182e444

30 files changed

+30
-0
lines changed

SYCL/ESIMD/BitonicSortK.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213

SYCL/ESIMD/BitonicSortKv2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/PrefixSum.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum1.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum3.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/Stencil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/accessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213

SYCL/ESIMD/accessor_gather_scatter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213
//

SYCL/ESIMD/accessor_load_store.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213
//

SYCL/ESIMD/histogram.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows and Level Zero
99
// REQUIRES: linux && gpu && opencl
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/histogram_256_slm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213

SYCL/ESIMD/histogram_256_slm_spec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out 16
1213

SYCL/ESIMD/histogram_2d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows and Level Zero
99
// REQUIRES: linux && gpu && opencl
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/histogram_raw_send.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99
// TODO enable on Windows and Level Zero
1010
// REQUIRES: linux && gpu && opencl
11+
// UNSUPPORTED: cuda
1112
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1213
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1314
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/kmeans/kmeans.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out %S/points.big.json
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %S/points.big.json

SYCL/ESIMD/linear/linear.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp

SYCL/ESIMD/mandelbrot/mandelbrot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %T/output.ppm %S/golden_hw.ppm
1213

SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -I%S/.. -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out %T/output.ppm %S/golden_hw.ppm 512 -2.09798 -1.19798 0.004 4.0
1213

SYCL/ESIMD/matrix_transpose.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows and Level Zero
99
// REQUIRES: linux && gpu && opencl
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213

SYCL/ESIMD/matrix_transpose_glb.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213

SYCL/ESIMD/matrix_transpose_usm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/reduction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99
// TODO enable on Windows
1010
// REQUIRES: linux && gpu
11+
// UNSUPPORTED: cuda
1112
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1213
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1314
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/slm_barrier.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213

SYCL/ESIMD/stencil2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/test_id_3d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/vadd_1d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1213

SYCL/ESIMD/vadd_2d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows and Level Zero
99
// REQUIRES: linux && gpu && opencl
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/vadd_raw_send.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99
// TODO enable on Windows
1010
// REQUIRES: linux && gpu
11+
// UNSUPPORTED: cuda
1112
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
1314

SYCL/ESIMD/vadd_usm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10+
// UNSUPPORTED: cuda
1011
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1112
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1213
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)