News

Matrix multiplication is a fundamental operation in machine learning, and is one of the most time-consuming, due to the extensive use of multiply-add instructions.
For decades, Strassen’s algorithm was the gold standard for multiplying 4×4 complex matrices. AlphaEvolve found a more efficient solution — using fewer scalar multiplications.