pub unsafe extern "C" fn hiprtcGetBitcode(
prog: hiprtcProgram,
bitcode: *mut c_char,
) -> hiprtcResult
Expand description
@brief Gets the pointer of compiled bitcode by the runtime compilation program instance.
@param [in] prog runtime compilation program instance. @param [out] bitcode char pointer to bitcode. @return HIPRTC_SUCCESS
@see hiprtcResult