Discussion about this post

User's avatar
Antoine Levitt's avatar

I was waiting for someone to mention it, but nobody did, so obligatory comment: why not julia? It has actual first-class linear algebra, you can actually write loops that are not slow (which is not only nice, but also means that the whole ecosystem is not built around avoiding loops), and it also has an einsum with sane notation (Tullio.jl). It can solve the linear problems on the GPU with a loop, but it might not be the most efficient way to do it, for that you probably have to hit a lower-level API.

Expand full comment
Brzozowski's avatar

I've always thought this without verbalizing it. Waiting with baited breath for your "numpy but sane".

Expand full comment
18 more comments...

No posts