空 挡 广 告 位 | 空 挡 广 告 位

stdgpu: Efficient STL-like Data Structures on the GPU

Note: We don't have the ability to review paper

PubDate: Aug 2019

Teams: University of Bonn

Writers: Patrick Stotko

PDF: stdgpu: Efficient STL-like Data Structures on the GPU

Abstract

Tremendous advances in parallel computing and graphics hardware opened up several novel real-time GPU applications in the fields of computer vision, computer graphics as well as augmented reality (AR) and virtual reality (VR). Although these applications built upon established open-source frameworks that provide highly optimized algorithms, they often come with custom self-written data structures to manage the underlying data. In this work, we present stdgpu, an open-source library which defines several generic GPU data structures for fast and reliable data management. Rather than abandoning previous established frameworks, our library aims to extend them, therefore bridging the gap between CPU and GPU computing. This way, it provides clean and familiar interfaces and integrates seamlessly into new as well as existing projects. We hope to foster further developments towards unified CPU and GPU computing and welcome contributions from the community.

您可能还喜欢...

Paper