Skip to main content

Module module

Module module 

Source
Expand description

Runtime-API library + kernel loading.

Uses cudaLibraryLoadData (CUDA 12.0+) to load PTX / CUBIN at runtime, exposing kernels as Kernel handles. On CUDA < 12 this returns crate::Error::FeatureNotSupported.

Structsยง

Kernel
A kernel entry point inside a Library.
Library
A loaded CUDA library (CUDA 12.0+).