public marks

PUBLIC MARKS from woody3k with tag graphics

October 2006

Glift: Generic GPU Data Structures

This paper presents Glift, an abstraction and generic template library for defining complex, random-access graphics processor (GPU) data structures. Like modern CPU data structure libraries, Glift enables GPU programmers to separate algorithms from data structure definitions; thereby greatly simplifying algorithmic development and enabling reusable and interchangeable data structures. We characterize a large body of previously published GPU data structures in terms of our abstraction and present several new GPU data structures. The structures, a stack, quadtree, and octree, are explained using simple Glift concepts and implemented using reusable Glift components. We also describe two applications of these structures not previously demonstrated on GPUs: adaptive shadow maps and octree 3D paint. Lastly, we show that our example Glift data structures perform comparably to handwritten implementations while requiring only a fraction of the programming effort.

GPUTeraSort

GPUTeraSort is a novel external sorting algorithm using graphics processors (GPUs) on large databases composed of billions of records and wide keys. It uses the data parallelism within a GPU along with task parallelism by scheduling memory-intensive and compute-intensive tasks on the GPU.

July 2006

April 2006

March 2006

January 2006

December 2005

July 2005

June 2005

May 2005

February 2005

woody3k's TAGS related to tag graphics

csg +   database +   gpgpu +   interesting +   linux +   opengl +   programming +   raytracing +   reference +   tutorial +   web +