Scalable Concurrent Queues for GPU

rbanffy1 pts0 comments

[2606.01693] Scalable Concurrent Queues for GPU

-->

Computer Science > Distributed, Parallel, and Cluster Computing

arXiv:2606.01693 (cs)

[Submitted on 1 Jun 2026]

Title:Scalable Concurrent Queues for GPU

Authors:Pratheek Prakash Shetty, Thomas R. W. Scogland, Wu-chun Feng<br>View a PDF of the paper titled Scalable Concurrent Queues for GPU, by Pratheek Prakash Shetty and 2 other authors

View PDF<br>HTML (experimental)

Abstract:Concurrent queues can significantly impact supercomputing performance by being critical bottlenecks for task distribution, load balancing, and resource utilization. As HPC systems move beyond 10-million processor cores, the ability to rapidly move items between producer and consumer threads without excessive locking is essential for efficient queues, preventing idle cores, maximizing utilization, and achieving high parallel speedup. While concurrent queues are well studied on CPUs, they remain largely unexplored on modern GPUs, where SIMT execution, massive parallelism, and atomic contention reshape the design space. We present three linearizable GPU concurrent queues spanning from lock-free to wait-free guarantees: (1) G-WFQ-YMC, an adaptation of Yang and Mellor-Crummey's wait-free queue using preallocated segments; (2) G-LFQ, a bounded lock-free queue that uses wave-batched fast paths to maximize throughput; and (3) G-WFQ, a bounded wait-free queue that packs shared state into 64-bit compare-and-swap operations while preserving linearizability and bounded memory.

Comments:<br>10 pages, 5 figures

Subjects:

Distributed, Parallel, and Cluster Computing (cs.DC); Data Structures and Algorithms (cs.DS)

ACM classes:<br>D.1.3; C.1.2; C.4

Cite as:<br>arXiv:2606.01693 [cs.DC]

(or<br>arXiv:2606.01693v1 [cs.DC] for this version)

https://doi.org/10.48550/arXiv.2606.01693

Focus to learn more

arXiv-issued DOI via DataCite (pending registration)

Submission history<br>From: Pratheek Prakash Shetty [view email]<br>[v1]<br>Mon, 1 Jun 2026 04:57:32 UTC (5,204 KB)

Full-text links:<br>Access Paper:

View a PDF of the paper titled Scalable Concurrent Queues for GPU, by Pratheek Prakash Shetty and 2 other authors<br>View PDF<br>HTML (experimental)<br>TeX Source

view license

Current browse context:

cs.DC

next >

new<br>recent<br>| 2026-06

Change to browse by:

cs<br>cs.DS

References & Citations

NASA ADS<br>Google Scholar

Semantic Scholar

export BibTeX citation<br>Loading...

BibTeX formatted citation

&times;

loading...

Data provided by:

Bookmark

Bibliographic Tools

Bibliographic and Citation Tools

Bibliographic Explorer Toggle

Bibliographic Explorer (What is the Explorer?)

Connected Papers Toggle

Connected Papers (What is Connected Papers?)

Litmaps Toggle

Litmaps (What is Litmaps?)

scite.ai Toggle

scite Smart Citations (What are Smart Citations?)

Code, Data, Media

Code, Data and Media Associated with this Article

alphaXiv Toggle

alphaXiv (What is alphaXiv?)

Links to Code Toggle

CatalyzeX Code Finder for Papers (What is CatalyzeX?)

DagsHub Toggle

DagsHub (What is DagsHub?)

GotitPub Toggle

Gotit.pub (What is GotitPub?)

Huggingface Toggle

Hugging Face (What is Huggingface?)

ScienceCast Toggle

ScienceCast (What is ScienceCast?)

Demos

Demos

Replicate Toggle

Replicate (What is Replicate?)

Spaces Toggle

Hugging Face Spaces (What is Spaces?)

Spaces Toggle

TXYZ.AI (What is TXYZ.AI?)

Related Papers

Recommenders and Search Tools

Link to Influence Flower

Influence Flower (What are Influence Flowers?)

Core recommender toggle

CORE Recommender (What is CORE?)

Author

Venue

Institution

Topic

About arXivLabs

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs .

Which authors of this paper are endorsers? |<br>Disable MathJax (What is MathJax?)

toggle queues concurrent arxiv view scalable

Related Articles