Module module

Source
Expand description

CUDA Module (i.e. loaded PTX or cubin)

Structs§

Block
Size of Block (thread block) in CUDA thread hierarchy
Grid
Size of Grid (grid of blocks) in CUDA thread hierarchy
Kernel
CUDA Kernel function
Module
OOP-like wrapper of cuModule* APIs

Enums§

Instruction
Represent the resource of CUDA middle-IR (PTX/cubin)

Traits§

Arguments
Arbitary number of tuple of kernel arguments
DeviceSend
Type which can be sent to the device as kernel argument
Launchable
Typed CUDA Kernel launcher