Module rust_cuda::kernel

source ·

Modules§

Structs§

Traits§

Type Aliases§

Attribute Macros§

  • kernelkernel
    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.