Expand description
Compiled module loading (PTX, CUBIN, fatbin) and kernel entry-point lookup.
Structs§
- Function
- A kernel entry point — either inside a
Module(classic Driver API) or materialized from acrate::library::Kernel(CUDA 12.0+ library API). Either way it keeps the parent alive via an Arc so the kernel stays valid for as long as anyFunctionhandle exists. - Module
- A loaded CUDA module (e.g. compiled PTX).