cubecl_hip_sys

Function hiprtcGetCodeSize

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

@brief Gets the size of compilation binary by the runtime compilation program instance. @ingroup Runtime @param [in] prog runtime compilation program instance. @param [out] codeSizeRet the size of binary. @returns #HIPRTC_SUCCESS

@see hiprtcResult