cubecl_hip_sys

Function hiprtcGetProgramLogSize

Source
pub unsafe extern "C" fn hiprtcGetProgramLogSize(
    prog: hiprtcProgram,
    logSizeRet: *mut usize,
) -> hiprtcResult
Expand description

@brief Gets the size of log generated by the runtime compilation program instance.

@param [in] prog runtime compilation program instance. @param [out] logSizeRet size of generated log. @returns #HIPRTC_SUCCESS

@see hiprtcResult