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§
Macros§
- kernel_
function - Helper macro to define kernel functions