pub unsafe extern "C" fn nvrtcGetProgramLog(
    prog: nvrtcProgram,
    log: *mut c_char
) -> nvrtcResult
Expand description

\ingroup compilation \brief nvrtcGetProgramLog stores the log generated by the previous compilation of \p prog in the memory pointed by \p log.

\param [in] prog CUDA Runtime Compilation program. \param [out] log Compilation log. \return

  • \link #nvrtcResult NVRTC_SUCCESS \endlink
  • \link #nvrtcResult NVRTC_ERROR_INVALID_INPUT \endlink
  • \link #nvrtcResult NVRTC_ERROR_INVALID_PROGRAM \endlink

\see ::nvrtcGetProgramLogSize