Open
Description
In Arm China, we are migrating the old work to the newest code, recently the FFI refactor introduce lots of changes in very low level infrastructure, now only the cython
way is supported, there isn't ctypes
, when cross compile the AArch64 TVM runtime for RPC server on X86 machine, I found:
- set USE_LIBBACKTRACE to OFF in config.cmake don't work
- the
core.cpython-xxx.so
isn't built automatically - excute the "python3 setup.py built_ext" command manually will create a X86
core.cpython-xxx.so
Is there any way now can do the cross compile for the core.cpython-xxx.so
?