Scan Stack: A Search-based Concurrent Stack for GPU
Scan Stack: A Search-based Concurrent Stack for GPU
复制标题
DOI:
10.1145/3564746.3587018
复制
发表时间:
2023-04
期刊:
影响因子:
--
通讯作者:
Noah South;B. Jang
中科院分区:
文献类型:
--
作者:
Noah South;B. Jang
Concurrent data structures play a critical role in the overall performance of GPGPU applications. Stack is one of the basic data structures and finds numerous applications where data is processed in a Last In First Out (LIFO) fashion. Although concurrent stack is well researched for multi-core CPUs, there is little research pointing to the conversion of CPU stacks into a GPU-friendly form. In this paper, we propose a concurrent search-based GPU stack named Scan Stack. The proposed stack is designed to take advantage of GPU memory access patterns, memory coalescence, and thread structures (i.e., warps) to increase throughput. Our experiments on an NVIDIA RTX 3090 show that our proposed scan stack significantly improves the throughput and scalability for all benchmarks when reducing the search area. However, the greatest improvements are shown when elimination is possible, and this improvement reaches nearly 39 times what a non-optimized structure is capable of.