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 5bbceb7 commit 10d918bCopy full SHA for 10d918b
sycl/test-e2e/KernelCompiler/kernel_compiler_sycl_jit.cpp
@@ -9,6 +9,9 @@
9
// REQUIRES: (opencl || level_zero)
10
// UNSUPPORTED: accelerator
11
12
+// TODO: enable on Windows (via SYCL_ENABLE_EXTENSION_JIT in CMakeLists).
13
+// UNSUPPORTED: windows
14
+
15
// RUN: %{build} -o %t.out
16
// RUN: %{run} %t.out
17
// RUN: %{l0_leak_check} %{run} %t.out
0 commit comments