GoldbachGPU: An Open Source GPU-Accelerated Framework for Verification of Goldbach's Conjecture
Isaac Llorente-Saguer

TL;DR
GoldbachGPU is an open-source GPU framework that verifies Goldbach's conjecture up to 10^12 efficiently, overcoming previous memory limitations through innovative prime representation and segmentation, with scalable multi-GPU support.
Contribution
The paper introduces a novel GPU-based framework with segmented double-sieve architecture that surpasses prior memory limits and enables large-scale verification of Goldbach's conjecture.
Findings
Verified Goldbach's conjecture up to 10^12 on a single GPU
Achieved 16x memory reduction with dense prime representation
Demonstrated scalable multi-GPU performance on data-centre hardware
Abstract
We present GoldbachGPU, an open-source framework for large-scale computational verification of Goldbach's conjecture using commodity GPU hardware. Prior GPU-based approaches reported a hard memory ceiling near 10^11 due to monolithic prime-table allocation. We show that this limitation is architectural rather than fundamental: a dense bit-packed prime representation provides a 16x reduction in memory footprint, and a segmented double-sieve design removes the VRAM ceiling entirely. By inverting the verification loop and combining a GPU fast-path with a multi-phase primality oracle, the framework achieves exhaustive verification up to 10^12 on a single NVIDIA RTX 3070 (8 GB VRAM), with no counterexamples found. Each segment requires 14 MB of VRAM, yielding O(N) wall-clock time and O(1) memory in N. A rigorous CPU fallback guarantees mathematical completeness, though it was never invoked…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnalytic Number Theory Research · Benford’s Law and Fraud Detection · Probability and Statistical Research
