Class _nvrtcProgram

  • All Implemented Interfaces:
    AutoCloseable

    @Opaque
    @Properties(inherit=nvrtc.class)
    public class _nvrtcProgram
    extends Pointer
    \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.
    • Constructor Detail

      • _nvrtcProgram

        public _nvrtcProgram()
        Empty constructor. Calls super((Pointer)null).