rust_cuda
0.1.0
Module kernel
Modules
Structs
Traits
Type Aliases
Attribute Macros
In crate rust_cuda
Module
rust_cuda
::
kernel
Copy item path
source
·
[
−
]
Modules
§
param
Structs
§
LaunchConfig
host
Launcher
host
RawPtxKernel
host
TypedPtxKernel
host
Traits
§
CompiledKernelPtx
host
Safety
CudaKernelParameter
Type Aliases
§
PtxKernelConfigure
host
Attribute Macros
§
kernel
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.