Johnson9009 opened a new issue, #18052: URL: https://github.com/apache/tvm/issues/18052
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: 1. set USE_LIBBACKTRACE to OFF in config.cmake don't work 2. the `core.cpython-xxx.so` isn't built automatically 3. 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`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
