Module kernel

Source
Expand description

Kernel execution module

Re-exports§

pub use crate::runtime::kernel::launch_kernel;
pub use crate::runtime::kernel::LaunchConfig;
pub use crate::runtime::kernel::KernelFunction;
pub use crate::runtime::kernel::ThreadContext;
pub use crate::runtime::Grid;
pub use crate::runtime::Block;
pub use crate::runtime::Dim3;

Modules§

grid
shared_memory
thread
warp

Macros§

kernel_function
Helper macro to define kernel functions