Blazing Matrix Products

Bogdanp | 47 points

This post is for those interested high-performance matrix multiplication in BQN (an APL-like array language).

The main thing I got out of it was the footnotes, in particular: https://en.algorithmica.org/hpc/algorithms/matmul/ is a really nice post on fast matrix multiplication, and is a chapter of what looks like a nice online book.

imurray | 6 hours ago

Does BQN just natively vectorize the code? I was surprised not to see anything about that.

bee_rider | 5 hours ago