pub unsafe extern "C" fn hiprtcGetProgramLog(
prog: hiprtcProgram,
log: *mut c_char,
) -> hiprtcResult
Expand description
@brief Gets the log generated by the runtime compilation program instance. @ingroup Runtime @param [in] prog runtime compilation program instance. @param [out] log memory pointer to the generated log. @returns #HIPRTC_SUCCESS
@see hiprtcResult