Crate rust_cuda_kernel

source ·
Expand description

CI Status MSRV Rust Doc License Status Code Coverage Gitpod Ready-to-Code

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.