Skip to content

Commit 08dc97c

Browse files
authored
[SYCL][E2E] Enable is_compatible_amdgcn.cpp on Windows (#18112)
It's fixed now. Closes: #17515 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 376d388 commit 08dc97c

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: 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-
7-
// 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
3+
// RUN: %clangxx %hip_options -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
84

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

0 commit comments

Comments
 (0)