Expand description
Compiled kernel programs.
Structsยง
- Cuda
Program - A loaded CUDA program: the cubin is loaded into a
CUmoduleand the entry-point function is resolved to aCUfunctionready to launch. - Erased
Kernel - A dummy
Kernelmarker used to load PTX without a concrete kernel type. EnablesCudaProgram<ErasedKernel>for type-erased model execution.