Y
Hacker News
new
|
ask
|
show
|
jobs
by
ftxbro
1017 days ago
well that's an implementation of matmul as three nested for-loops and making it fast. so it's exactly "writing for-loops in Python and you want them to be fast." it's not a other thing.
1 comments
mrsofty
1017 days ago
fair point how about this
https://docs.modular.com/mojo/programming-manual.html
AND you missed the second link in the post
https://docs.modular.com/mojo/notebooks/BoolMLIR.html
link
ftxbro
1016 days ago
you just posted the entire mojo programming manual
link
mrsofty
1016 days ago
I did, to highlight the fact that it does more than you observed.
link
ftxbro
1016 days ago
I mean I didn't say that mojo only has for-loops. I said that speeding up for-loops is the only reason to use it.
link
AND you missed the second link in the post https://docs.modular.com/mojo/notebooks/BoolMLIR.html