Module Rune_jit.Backend_intfSource
Sourcetype 'a compiled_artifact = {native_artifact : 'a;entry_points : string list;
} Sourcetype 'a callable_kernel = {native_kernel : 'a;name : string;
} Sourcetype ('a, 'b) device_buffer = {native_buffer : 'b;size_in_bytes : int;dtype : 'a Ir.Dtype.t;
}