Matmul.mojo
Hello, Mojocians!
I'm thrilled to share my implementation of matrix multiplication in Mojo. Check out the benchmark results included in the repository to see the performance metrics. It outperforms numpy(OpenBlas) and achieves close performance to the Max engine!
Feel free to explore the repository, run the benchmarks, and integrate it into your projects. Happy coding :).
https://github.com/YichengDWu/matmul.mojo
I'm thrilled to share my implementation of matrix multiplication in Mojo. Check out the benchmark results included in the repository to see the performance metrics. It outperforms numpy(OpenBlas) and achieves close performance to the Max engine!
Feel free to explore the repository, run the benchmarks, and integrate it into your projects. Happy coding :).
https://github.com/YichengDWu/matmul.mojo
GitHub
High Performance Matrix Multiplication in Pure Mojo
- YichengDWu/matmul.mojo
