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

Commit 0b69a62

Browse files
authored
[SYCL][ROCm] UNSUPPORTED: rocm line to tests (#369)
1 parent 9f62b21 commit 0b69a62

File tree

141 files changed

+150
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+150
-131
lines changed

SYCL/Basic/image/image.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: rocm
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
23
// RUN: %HOST_RUN_PLACEHOLDER %t.out
34
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/image/image_accessor_readsampler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || rocm
22
// CUDA cannot support SYCL 1.2.1 images.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_accessor_readwrite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || rocm
22
// CUDA cannot support SYCL 1.2.1 images.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_accessor_readwrite_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || rocm
22
// CUDA cannot support SYCL 1.2.1 images.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || rocm
22
// CUDA cannot support SYCL 1.2.1 images.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_read.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: rocm
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
23
// RUN: %HOST_RUN_PLACEHOLDER %t.out
34
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/image/image_read_fp16.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: rocm
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
23
// RUN: %HOST_RUN_PLACEHOLDER %t.out
34
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/image/image_sample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4-
// UNSUPPORTED: cuda
4+
// UNSUPPORTED: cuda || rocm
55

66
#include <CL/sycl.hpp>
77

SYCL/Basic/image/image_write.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6-
// UNSUPPORTED: cuda
6+
// UNSUPPORTED: cuda || rocm
77
// TODO: re-enable on cuda device.
88
// See https://github.com/intel/llvm/issues/1542#issuecomment-707877817 for more
99
// details.

SYCL/Basic/image/image_write_fp16.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: rocm
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
23
// RUN: %HOST_RUN_PLACEHOLDER %t.out
34
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
77
//
88
// -fsycl-device-code-split is not supported for cuda
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010

1111
#include <CL/sycl.hpp>
1212

SYCL/DeviceCodeSplit/aot-gpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: ocloc, gpu
2-
// UNSUPPORTED: cuda
2+
// UNSUPPORTED: cuda || rocm
33
// CUDA does neither support device code splitting nor SPIR.
44
//
55
// RUN: %clangxx -fsycl -fsycl-device-code-split=per_source \

SYCL/DeviceCodeSplit/split-per-kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || rocm
22
// CUDA does not support device code splitting.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel -o %t.out %s

SYCL/DeviceCodeSplit/split-per-source-main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || rocm
22
// CUDA does not support device code splitting.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_source -I %S/Inputs -o %t.out %s %S/Inputs/split-per-source-second-file.cpp

SYCL/ESIMD/BitonicSortK.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/BitonicSortKv2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/PrefixSum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out 20
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/Stencil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/accessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/accessor_gather_scatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//

SYCL/ESIMD/accessor_load_store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//

SYCL/ESIMD/api/esimd_bit_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//

SYCL/ESIMD/api/simd_binop_integer_promotion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//

SYCL/ESIMD/api/simd_memory_access.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//

SYCL/ESIMD/api/simd_subscript_operator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//

SYCL/ESIMD/ext_math.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
// Enable when driver fixes will be propagated into the official release

SYCL/ESIMD/fp_args_size/fp_args_char_int_size_192.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_char_int_size_256.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_char_int_size_512.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_char_int_size_64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_char_int_size_96.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_int_size_192.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_int_size_256.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_int_size_512.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_int_size_64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_args_size/fp_args_int_size_96.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/fp_call_from_func.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// UNSUPPORTED: TEMPORARY_DISABLED
1111
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
13-
// UNSUPPORTED: cuda
13+
// UNSUPPORTED: cuda || rocm
1414
//
1515
// The test hangs after driver update to 21.23.20043
1616
// REQUIRES: TEMPORARY_DISABLE

SYCL/ESIMD/fp_call_recursive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// Recursion is not supported in ESIMD (intel/llvm PR#3390)
1010
// REQUIRES: TEMPORARY_DISBLED
11-
// UNSUPPORTED: cuda
11+
// UNSUPPORTED: cuda || rocm
1212
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414
//

SYCL/ESIMD/fp_in_phi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: windows
1313
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1414
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15-
// UNSUPPORTED: cuda
15+
// UNSUPPORTED: cuda || rocm
1616
//
1717
// The test checks that ESIMD kernels correctly handle function pointers as
1818
// arguments of LLVM's PHI function.

SYCL/ESIMD/fp_in_select.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: windows
1313
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1414
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15-
// UNSUPPORTED: cuda
15+
// UNSUPPORTED: cuda || rocm
1616
// The test fails on JITing due to use of too many registers
1717
// REQUIRES: TEMPORARY_DISBLED
1818
//

SYCL/ESIMD/histogram.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/histogram_256_slm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

SYCL/ESIMD/histogram_256_slm_spec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// TODO enable on Windows
99
// REQUIRES: linux && gpu
10-
// UNSUPPORTED: cuda
10+
// UNSUPPORTED: cuda || rocm
1111
// RUN: %clangxx -fsycl %s -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 16
1313

SYCL/ESIMD/histogram_256_slm_spec_2020.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO enable on Windows
22
// REQUIRES: linux && gpu
3-
// UNSUPPORTED: cuda
3+
// UNSUPPORTED: cuda || rocm
44
// RUN: %clangxx -fsycl %s -o %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out 16
66

SYCL/ESIMD/histogram_2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// UNSUPPORTED: cuda
9+
// UNSUPPORTED: cuda || rocm
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)