cubecl_hip_sys

Function hiprtcGetBitcodeSize

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

@brief Gets the size of compiled bitcode by the runtime compilation program instance. @ingroup Runtime

@param [in] prog runtime compilation program instance. @param [out] bitcode_size the size of bitcode. @returns #HIPRTC_SUCCESS

@see hiprtcResult