We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376d388 commit 08dc97cCopy full SHA for 08dc97c
sycl/test-e2e/OptionalKernelFeatures/is_compatible/is_compatible_amdgcn.cpp
@@ -1,9 +1,5 @@
1
// REQUIRES: hip_dev_kit
2
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
+// 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
8
9
// RUN: %if !hip %{ not %} %{run} %t.out
0 commit comments