rust-cuda-kernel
provides the #[kernel]
attribute
macro. When applied to a function, it compiles it as a CUDA kernel that
can be safely called from Rust code on the host.
#[kernel]
attribute macro. When applied to a
function, it compiles it as a CUDA kernel that can be safely called from
Rust code on the host.