Skip to content

Commit

Permalink
Add missing file.
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oppermann <[email protected]>
  • Loading branch information
jopperm committed Oct 15, 2024
1 parent 246bc6d commit 46e7127
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sycl/include/sycl/kernel_bundle_enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ enum class bundle_state : char {

namespace ext::oneapi::experimental {

enum class source_language : int { opencl = 0, spirv = 1, sycl = 2 /* cuda */ };
enum class source_language : int {
opencl = 0,
spirv = 1,
sycl = 2 /* cuda */,
sycljit = 99
};

// opencl versions
struct cl_version {
Expand Down

0 comments on commit 46e7127

Please sign in to comment.