tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Add support for AArch64 wheel Python packages #130

Closed leandron closed 2 years ago

leandron commented 2 years ago

Add support to generate native AArch64 packages with TVM. It was tested to generate cpu targeted wheel packages using manylinux2014_aarch64 on AArch64. We still can't produce these natively as GitHub Actions doesn't support AArch64.

cc @driazati @areusch @Mousius @tqchen

leandron commented 2 years ago

Would it be possible to run these in Actions via QEMU?

Happy to try that. Can you give me some example on how to make it using our current infra?

driazati commented 2 years ago

We don't need to block merging on it but I think we could just run the setup steps: https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/#setting-up-arm-emulation-on-x86 and then docker build/run as usual