• Computer Science > Distributed, Parallel, and Cluster Computing [Submitted on 10 Feb 2026 (v1), last revised 18 Feb 2026 (this version, v2)] Title:High-performance Vector-length Agnostic Quantum Circuit Simulations on ARM Processors View PDF HTML (experimental)Abstract:ARM SVE and RISC-V RVV are emerging vector architectures in high-end processors that support vectorization of flexible vector length. • In this work, we leverage an important workload for quantum computing, quantum state-vector simulations, to understand whether high-performance portability can be achieved in a vector-length agnostic (VLA) design. • We propose a VLA design and optimization techniques critical for achieving high performance, including VLEN-adaptive memory layout adjustment, load buffering, fine-grained loop control, and gate fusion-based arithmetic intensity adaptation. • We provide an implementation in Google’s Qsim and evaluate five quantum circuits of up to 36 qubits on three ARM processors, including NVIDIA Grace, AWS Graviton3, and Fujitsu A64FX. • By defining new metrics and PMU events to quantify vectorization activities, we draw generic insights for future VLA designs. • Our single-source implementation of VLA quantum simulations achieves up to 4.5x speedup on A64FX, 2.5x speedup on Grace, and 1.5x speedup on Graviton.
Article Summaries:
- Researchers have demonstrated that quantum state‑vector simulations can achieve high‑performance portability across ARM‑based processors by adopting a vector‑length agnostic (VLA) design. The study targets emerging vector architectures-ARM SVE and RISC‑V RVV-using Google’s Qsim to run five quantum circuits up to 36 qubits on NVIDIA Grace, AWS Graviton3, and Fujitsu A64FX. Key optimizations include VLEN‑adaptive memory layout, load buffering, fine‑grained loop control, and gate‑fusion‑based arithmetic‑intensity tuning. The VLA implementation delivers speedups of 4.5× on A64FX, 2.5× on Grace, and 1.5× on Graviton, while new performance‑monitoring metrics offer insights for future VLA‑friendly designs.
Sources: