Ethan
Ethan
MModular
Created by Ethan on 7/25/2024 in #community-showcase
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
28 replies
MModular
Created by Ethan on 6/19/2024 in #community-showcase
Random123: Splittable pseudorandom number generators
I made a package similar to Jax.random.https://github.com/YichengDWu/random123
17 replies
MModular
Created by Ethan on 6/3/2024 in #community-showcase
Yoho 🔥: A toy compiler written in mojo
Hello Mojocians. I'm writing a toy compiler in mojo. https://github.com/YichengDWu/yoho
11 replies
MModular
Created by Ethan on 2/21/2024 in #questions
Is the return value getting copied or what?
mojo goes into great detail about copying, moving when passing function arguments, however, I can't find how the function return is handled, is it copied? Or is it moved?
1 replies