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