Improving the matrix multiplication exponent with modern optimization and AlphaEvolve
Summary
The paper proposes improvements to the optimization problem in combination loss analysis using modern techniques and AlphaEvolve, yielding an improved upper bound on the matrix multiplication exponent.
View Cached Full Text
Cached at: 08/18/26, 03:49 AM
Paper page - Improving the matrix multiplication exponent with modern optimization and AlphaEvolve
Source: https://huggingface.co/papers/2608.16884
Abstract
Refinements to combination loss analysis via reformulated optimization, machine learning-based algorithms, and AlphaEvolve yield an improved upper bound on the matrix multiplication exponent.
The current best bounds on thematrix multiplication exponentω are obtained through a refinement of thelaser methodcalledcombination loss analysis(Duan et al., 2022; Williams et al., 2024; Alman et al., 2025). In this note, we address the optimization problem at the core of this approach and propose several improvements. First, we reformulate the optimization problem allowing us to solve it in a larger setting than was previously possible. Second, we leverage recent advances in machine learning to design a new optimization algorithm for this problem. Finally, we refine the resulting optimization algorithm withAlphaEvolve. Our combined approach yields an upper bound of ω < 2.371177, improving the previous best bound of 2.371339.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.16884
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.16884 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.16884 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.16884 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
85.3 GFlops: Optimizing FP32 Matrix Multiplication on a Single AMD Zen 3 Core
A systematic exploration of FP32 matrix multiplication optimization on AMD Zen 3, achieving 85.30 GFLOPS (63.5% of theoretical peak) using AVX2/FMA intrinsics, surpassing naive implementation by 56.5x and matching optimized libraries.
AlphaEvolve: Gemini-powered coding agent scaling impact across fields
DeepMind highlights the expanded impact of AlphaEvolve, a Gemini-powered coding agent, demonstrating its ability to optimize algorithms for genomics, grid optimization, earth sciences, quantum physics, and mathematics.
@ypwang61: Another cool blog from Lilian, very glad to see ThetaEvolve (https://arxiv.org/pdf/2511.23473) mentioned! As LLMs rapid…
ThetaEvolve is an open-source framework that extends AlphaEvolve to enable small LLMs like DeepSeek-R1-0528-Qwen3-8B to achieve new best-known bounds on open problems through test-time reinforcement learning, accelerating AI self-evolution.
Dion3: Full-Stack Orthogonal Updates
Dion3 is a revised Muon optimizer that reduces computational and communication overhead via Gram Newton-Schulz, symmetric GEMM kernels, and megabatching, achieving up to 6x faster optimizer steps while matching or improving loss.
AlphaEvolve: A Gemini-powered coding agent for designing advanced algorithms
DeepMind announces AlphaEvolve, a Gemini-powered AI agent that combines large language models with automated evaluators to discover and optimize algorithms for mathematical and practical computing problems, improving efficiency in data centers, chip design, and AI training.