Billeter, MarkusOlsson, OlaAssarsson, UlfDavid Luebke and Philipp Slusallek2013-10-292013-10-292009978-1-60558-603-82079-8687https://doi.org/10.1145/1572769.1572795Stream compaction is a common parallel primitive used to remove unwanted elements in sparse data. This allows highly parallel algorithms to maintain performance over several processing steps and reduces overall memory usage. For wide SIMD many-core architectures, we present a novel stream compaction algorithm and explore several variations thereof. Our algorithm is designed to maximize concurrent execution, with minimal use of synchronization. Bandwidth and auxiliary storage requirements are reduced significantly, which allows for substantially better performance. We have tested our algorithms using CUDA on a PC with an NVIDIA GeForce GTX280 GPU. On this hardware, our reference implementation provides a 3× speedup over previous published algorithms.Efficient Stream Compaction on Wide SIMD Many-Core Architectures