Skip to content

Commit 384025f

Browse files
authored
[SYCL][E2E] Enable is_compatible_nvptx64.cpp on Windows (#18008)
I fixed the LIT infra so this works now. AMDGPU one is coming later. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 2cbb3da commit 384025f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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-
7-
// RUN: %clangxx -fsycl -fsycl-targets=nvptx64-nvidia-cuda %S/Inputs/is_compatible_with_env.cpp -o %t.out
3+
// RUN: %clangxx %cuda_options -fsycl -fsycl-targets=nvptx64-nvidia-cuda %S/Inputs/is_compatible_with_env.cpp -o %t.out
84

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

0 commit comments

Comments
 (0)