ICML2026

Matrix-Free GPU Semidefinite Programming for Quantum Ordered Search at the k=6 Frontier

Yancheng Wu, Huikang Liu, Wenzhi Gao, Yuexin Su, Tongyang Li, Dongdong Ge, Yinyu Ye

Abstract

Quantum computation offers the potential for a significant constant-factor speedup for the Ordered Search Problem (OSP). A classical construction is the kk-query quantum ordered search algorithm, which can exactly search an NN-element ordered list and achieves a query complexity improvement of a factor of klog2N\frac{k}{\log_2 N}. For larger kk, stronger constant-factor improvements could be obtained by finding the largest admissible list size NN^\star, a task that can be formulated as a structured semidefinite program (SDP). However, solving this SDP becomes computationally intractable beyond k=6k=6, as existing CPU and GPU solvers rely on explicit construction of prohibitively large constraint matrices. In this paper, we introduce a matrix-free GPU SDP framework that evaluates the highly structured constraints in OSP on-the-fly using custom CUDA kernels, reducing memory complexity from quadratic to linear and shifting the bottleneck from memory to computation. Using this approach, we provide strong numerical evidence that the optimal list size for k=6k=6 is at least 90,00090,000, improving the empirical upper bound on the query coefficient from 0.3900.390 to 0.3650.365. We further rigorously certify the upper bound N<94,000N^\star < 94,000 by constructing dual infeasibility certificates via matrix-free minimum-eigenvalue estimation.