Structs§
- Kernel
Module Spec - Describes a single CUDA module: the .cu file name, the runtime module name used by cudarc, and the list of kernel function entry points within.
Constants§
- KERNEL_
CU_ NAMES - Module names matching the .cu filenames (without extension). Order matches provider/mod.rs load order. All 24 modules listed.
- KERNEL_
MODULES - All kernel modules with their entry-point function names.
Order and cu_names match
KERNEL_CU_NAMES.