Skip to content

Commit e328c63

Browse files
committed
restore unsupported
1 parent f4308ef commit e328c63

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// REQUIRES: hip_dev_kit
22

3+
// UNSUPPORTED: windows
4+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17515
5+
// ROCm libraries are not installed correctly.
6+
37
// RUN: %clangxx -fsycl -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx1030 %S/Inputs/is_compatible_with_env.cpp -o %t.out
48

59
// RUN: %if !hip %{ not %} %{run} %t.out
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// REQUIRES: cuda_dev_kit
22

3+
// UNSUPPORTED: windows
4+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17515
5+
// CUDA libs are not installed correctly.
6+
37
// RUN: %clangxx -fsycl -fsycl-targets=nvptx64-nvidia-cuda %S/Inputs/is_compatible_with_env.cpp -o %t.out
48

59
// RUN: %if !cuda %{ not %} %{run} %t.out

0 commit comments

Comments
 (0)