Skip to main content

Module program

Module program 

Source
Expand description

Compiled kernel programs.

Structsยง

CudaProgram
A loaded CUDA program: the cubin is loaded into a CUmodule and the entry-point function is resolved to a CUfunction ready to launch.
ErasedKernel
A dummy Kernel marker used to load PTX without a concrete kernel type. Enables CudaProgram<ErasedKernel> for type-erased model execution.