Recently, we have open sourced matx: an ahead-of-time compiler for Python. Github: https://github.com/bytedance/matxscript
The overall infrastructure of matx borrows from TVM. Matx is widely used in Bytedance. The magnificent software architecture design of TVM significantly faciliates the development of matx!
Currently, matx aims to integrate with PyTorch/TensorFlow/TVM to server end-to-end applications.
In the future, we hope to add numpy support via IR/Codegen. Everyone is welcome to contribute if interested.
Thanks again!