Module fil_rustacuda::function

source ·
Expand description

Functions and types for working with CUDA kernels.

Structs

  • Dimensions of a thread block, or the number of threads in a block.
  • Handle to a global kernel function.
  • Dimensions of a grid, or the number of thread blocks in a kernel launch.

Enums