RemoteJIT.remote_compile#

RemoteJIT.remote_compile(func, ftype, target_info)#

Remote compile function and signatures to machine code.

The input function func is compiled to LLVM IR module, the LLVM IR module is sent to remote host where the remote host is expected to complete the compilation process.

Return the corresponding LLVM IR module instance which may be useful for debugging.

Parameters: