Show HN: Axiom – C++ tensor library with NumPy API and Metal GPU support
5 points| noahkay13 | 28 days ago
It started because I wanted NumPy's API but needed to deploy on edge devices without Python. Ended up going deeper than expected (28k LOC+) into BLAS backends, memory views, and GPU kernels.
Some things I'm genuinely unsure about and would love feedback on: - Does Axiom actually seem useful? - What features might make you use it?
GitHub: https://github.com/frikallo/axiom
Happy to answer questions about the implementation.
No comments yet.