Live
Black Hat USAAI BusinessBlack Hat AsiaAI BusinessWetware AI: Living Brain Cells Trained to Run Chaos Math - Neuroscience NewsGoogle News: Machine LearningNvidia AI tech claims to slash VRAM usage by 85% with zero quality loss — Neural Texture Compression demo reveals stunning visual parity between 6.5GB of memory and 970MBtomshardware.comConsiderations for growing the pieLessWrong AIGot $5,000? 3 AI Supercycle Growth Stocks at Every Layer of the Stack. - The Motley FoolGoogle News: AIFuture of healthcare: Could AI someday replace doctors? - Fox NewsGNews AI healthcareClaude Leak Shows That Anthropic Is Tracking Users' Vulgar Language and Deems Them "Negative" - FuturismGoogle News: ClaudeI Asked ChatGPT What Seniors Over 65 Waste the Most Money On — The Answer Surprised Me - GOBankingRatesGoogle News: ChatGPTGoogle Just Dropped Gemma 4 + Veo 3.1 Lite And Quietly Killed the Cloud-Only AI EraMedium AI10 New Features from Google Gemini That Are Changing Artificial Intelligence in 2026Medium AIThe Paper That Broke Deep Learning Open: A Brutal, Illustrated Walkthrough of “Attention Is All You…Medium AI팔란티어처럼 해체하고 연결하고 장악하라Medium AIO Conto do Vigário Tech: Por Que o “Vibe Coding” e a Dependência Cega da IA Estão Criando…Medium AIBlack Hat USAAI BusinessBlack Hat AsiaAI BusinessWetware AI: Living Brain Cells Trained to Run Chaos Math - Neuroscience NewsGoogle News: Machine LearningNvidia AI tech claims to slash VRAM usage by 85% with zero quality loss — Neural Texture Compression demo reveals stunning visual parity between 6.5GB of memory and 970MBtomshardware.comConsiderations for growing the pieLessWrong AIGot $5,000? 3 AI Supercycle Growth Stocks at Every Layer of the Stack. - The Motley FoolGoogle News: AIFuture of healthcare: Could AI someday replace doctors? - Fox NewsGNews AI healthcareClaude Leak Shows That Anthropic Is Tracking Users' Vulgar Language and Deems Them "Negative" - FuturismGoogle News: ClaudeI Asked ChatGPT What Seniors Over 65 Waste the Most Money On — The Answer Surprised Me - GOBankingRatesGoogle News: ChatGPTGoogle Just Dropped Gemma 4 + Veo 3.1 Lite And Quietly Killed the Cloud-Only AI EraMedium AI10 New Features from Google Gemini That Are Changing Artificial Intelligence in 2026Medium AIThe Paper That Broke Deep Learning Open: A Brutal, Illustrated Walkthrough of “Attention Is All You…Medium AI팔란티어처럼 해체하고 연결하고 장악하라Medium AIO Conto do Vigário Tech: Por Que o “Vibe Coding” e a Dependência Cega da IA Estão Criando…Medium AI
AI NEWS HUBbyEIGENVECTOREigenvector

GPU-RMQ: Accelerating Range Minimum Queries on Modern GPUs

arXiv cs.DBby [Submitted on 2 Apr 2026]April 3, 20262 min read1 views
Source Quiz

arXiv:2604.01811v1 Announce Type: new Abstract: Range minimum queries are frequently used in string processing and database applications including biological sequence analysis, document retrieval, and web search. Hence, various data structures have been proposed for improving their efficiency on both CPUs and GPUs.Recent work has also shown that hardware-accelerated ray tracing on modern NVIDIA RTX graphic cards can be exploited to answer range minimum queries by expressing queries as rays, which are fired into a scene of triangles representing minima of ranges at different granularities. While these approaches are promising, they suffer from at least one of three issues: severe memory overhead, high index construction time, and low query throughput. This renders these methods practically

View PDF HTML (experimental)

Abstract:Range minimum queries are frequently used in string processing and database applications including biological sequence analysis, document retrieval, and web search. Hence, various data structures have been proposed for improving their efficiency on both CPUs and this http URL work has also shown that hardware-accelerated ray tracing on modern NVIDIA RTX graphic cards can be exploited to answer range minimum queries by expressing queries as rays, which are fired into a scene of triangles representing minima of ranges at different granularities. While these approaches are promising, they suffer from at least one of three issues: severe memory overhead, high index construction time, and low query throughput. This renders these methods practically unusable on larger arrays: For example, the state-of-art GPU-based approaches LCA and RTXRMQ exceed the memory capacity of an NVIDIA RTX 4090 GPU for input arrays of size >= 2^29. To tackle these problems, in this work, we present a new approach called GPU-RMQ which is based on a hierarchical approach. GPU-RMQ first constructs a hierarchy of range minimum summaries on top of the original array in a highly parallel fashion. For query answering, only the relevant portions of the hierarchy are then processed in an optimized massively-parallel scan operation. Additionally, GPU-RMQ is hybrid in design enabling the use of both ray tracing cores and CUDA cores across different levels of the hierarchy to handle queries. Our experimental evaluation shows that GPU-RMQ outperforms the state-of-the-art approaches in terms of query throughput especially for larger arrays while offering a significantly lower memory footprint and up to two orders-of-magnitude faster index construction. In particular, it achieves up to ~8x higher throughput than LCA, ~17x higher throughput than RTXRMQ, and up to ~4800x higher throughput compared to an optimized CPU-based approach.

Subjects:

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

Cite as: arXiv:2604.01811 [cs.DB]

(or arXiv:2604.01811v1 [cs.DB] for this version)

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

arXiv-issued DOI via DataCite (pending registration)

Submission history

From: Felix Schuhknecht [view email] [v1] Thu, 2 Apr 2026 09:23:08 UTC (1,250 KB)

Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by Eigenvector · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

More about

announceapplicationvaluation

Knowledge Map

Knowledge Map
TopicsEntitiesSource
GPU-RMQ: Ac…announceapplicationvaluationanalysisarxivarXiv cs.DB

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 92 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!