Dice Question Streamline Icon: https://streamlinehq.com

Computing a bound for the rectangular parameter α via the new constraint program

Obtain a quantitative bound on the rectangular matrix multiplication parameter α—defined as the largest real number such that n×n^α×n multiplication can be performed in O(n^{2+ε}) time for all ε>0—by solving the constraint program induced by the authors’ asymmetric laser-method analysis.

Information Square Streamline Icon: https://streamlinehq.com

Background

The authors’ method yields large and complex non-convex constraint programs that must be solved numerically to extract exponents for rectangular matrix multiplication. They report that their nonlinear solver struggles and that they were unable to solve the program for α, a classical parameter introduced by Coppersmith that governs the largest rectangle width allowing near-quadratic time.

This unresolved computational step prevents the paper from reporting an improved bound on α using their framework, making the numerical solution of the α-optimization a concrete open task tied to their methodology.

References

The constraint programs that our new method leads to are significantly larger and more complex than in prior work. The nonlinear solver we are using struggles, and it can take many days for it to get a solution for any fixed ω(1,k,1). Unfortunately, we were not able to solve the constraint program for the value α studied by Coppersmith defined as the largest number such that n by nα by n matrix multiplication can be done in O(n{2+ε}) time for all ε>0.

More Asymmetry Yields Faster Matrix Multiplication (2404.16349 - Alman et al., 25 Apr 2024) in Section 1 (Introduction), footnote