Skip to main content

Module module

Module module 

Source
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 a crate::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 any Function handle exists.
Module
A loaded CUDA module (e.g. compiled PTX).