Expand description
Functions and types for working with CUDA kernels.
Structs§
- Block
Size - Dimensions of a thread block, or the number of threads in a block.
- Function
- Handle to a global kernel function.
- Grid
Size - Dimensions of a grid, or the number of thread blocks in a kernel launch.
Enums§
- Function
Attribute - All supported function attributes for Function::get_attribute