cubecl_hip_sys

Function hiprtcGetCode

Source
pub unsafe extern "C" fn hiprtcGetCode(
    prog: hiprtcProgram,
    code: *mut c_char,
) -> hiprtcResult
Expand description

@brief Gets the pointer of compilation binary by the runtime compilation program instance. @ingroup Runtime @param [in] prog runtime compilation program instance. @param [out] code char pointer to binary. @returns #HIPRTC_SUCCESS

@see hiprtcResult