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 6d57c47 commit 3100ac2Copy full SHA for 3100ac2
sycl/test-e2e/OptionalKernelFeatures/is_compatible/is_compatible_amdgcn.cpp
@@ -1,3 +1,7 @@
1
+// UNSUPPORTED: windows
2
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17515
3
+// There are no ROCm libs on win machines, so the compilation fails.
4
+
5
// RUN: %clangxx -fsycl -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx906 -fsycl-targets=amdgcn-amd-amdhsa %S/Inputs/is_compatible_with_env.cpp -o %t.out
6
7
// RUN: %if !hip %{ not %} %{run} %t.out
0 commit comments