File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
sycl/test-e2e/OptionalKernelFeatures/is_compatible Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments