Crate rust_cuda_kernel
source ·Expand description
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.
Attribute Macros§
- 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.