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 de9b2fa commit 0cf0098Copy full SHA for 0cf0098
sycl/test-e2e/syclcompat/kernel/kernel_win.cpp
@@ -1,5 +1,8 @@
1
// REQUIRES: windows
2
3
+// UNSUPPORTED: gpu-intel-gen12 && run-mode && !build-mode
4
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17561
5
+
6
// DEFINE: %{sharedflag} = %if cl_options %{/clang:-shared%} %else %{-shared%}
7
8
// RUN: %clangxx %{sharedflag} -fsycl %{sycl_target_opts} %S\Inputs\kernel_module.cpp -o %t.dll
0 commit comments