Skip to content

Commit 8c4597e

Browse files
committed
Assign non-consecutive number to sycl_jit language.
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 407124b commit 8c4597e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/kernel_bundle_enums.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ enum class source_language : int {
2525
spirv = 1,
2626
sycl = 2,
2727
/* cuda */
28-
sycl_jit /* temporary, alternative implementation for SYCL */
28+
sycl_jit = 99 /* temporary, alternative implementation for SYCL */
2929
};
3030

3131
// opencl versions

0 commit comments

Comments
 (0)