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.
sycl_jit
1 parent 407124b commit 8c4597eCopy full SHA for 8c4597e
sycl/include/sycl/kernel_bundle_enums.hpp
@@ -25,7 +25,7 @@ enum class source_language : int {
25
spirv = 1,
26
sycl = 2,
27
/* cuda */
28
- sycl_jit /* temporary, alternative implementation for SYCL */
+ sycl_jit = 99 /* temporary, alternative implementation for SYCL */
29
};
30
31
// opencl versions
0 commit comments