New Developments

DoubleAI's WarpSpeed system outperforms human GPU performance engineers

DoubleAISource: Amnon Shashua (X)02/03/2026, 11:25
DoubleAI unveiled WarpSpeed, an artificial intelligence system designed to autonomously optimize GPU compute kernels beyond the capabilities of experienced human engineers. The system reimplemented and refined kernels from cuGraph, a widely adopted GPU acceleration library, across three major architectures including A100, L4, and A10G processors. The optimized kernel collection is now available on GitHub for immediate deployment without code modifications. Performance improvements average 3.6x compared to the original expert-engineered kernels, with all algorithms showing measurable gains and 55 percent achieving speedups exceeding 2x. This accomplishment stands apart from previous AI breakthroughs because GPU performance engineering presents unique constraints: limited training data, difficult correctness validation, and complex interdependencies among numerous architectural decisions. Existing AI systems, including prominent code-generation models, consistently fail to produce correct implementations in this specialized field. DoubleAI addressed these challenges through novel technical innovations: an algorithmic framework that learns from extremely limited datasets, verification mechanisms that operate without ground truth, and advanced search strategies that navigate long chains of interdependent optimizations.
DoubleAI's WarpSpeed system outperforms human GPU performance engineers — lupAI