Type Alias kn_cuda_sys::bindings::nvrtcProgram
source · pub type nvrtcProgram = *mut _nvrtcProgram;Expand description
\ingroup compilation \brief nvrtcProgram is the unit of compilation, and an opaque handle for a program.
To compile a CUDA program string, an instance of nvrtcProgram must be created first with ::nvrtcCreateProgram, then compiled with ::nvrtcCompileProgram.