Skip to main content

Module kernel_manifest_data

Module kernel_manifest_data 

Source

Structs§

KernelModuleSpec
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.