Efficient Stream Reduction on the GPU

Workshop on General Purpose Processing on Graphics Processing Units - oct 2007
Download the publication : gpuReduction.pdf [382Ko]   slides.pdf [374Ko]  
Stream reduction is the process of removing unwanted elements from a stream of outputs. It is a key component of many GPGPU algorithms, especially in multi-pass algorithms: the stream reduction is used to remove unwanted elements from the output of a previous pass before sending it as input for the next pass. In this paper, we present a new efficient algorithm for stream reduction on the GPU. Our algorithm works by splitting the input stream into smaller components of a fixed size, on which we run a standard stream reduction pass. We then concatenate the results of these stream reduction pass with line drawing. This last pass is very efficient because we already know the size of the data.

Images and movies

 

BibTex references

@InProceedings\{RAH07a,
  author       = "Roger, David and Assarsson, Ulf and Holzschuch, Nicolas",
  title        = "Efficient Stream Reduction on the GPU",
  booktitle    = "Workshop on General Purpose Processing on Graphics Processing Units",
  month        = "oct",
  year         = "2007",
  editor       = "Kaeli, David and  Leeser, Miriam",
  keywords     = "Stream Reduction , GPU, parallel algorithm",
  url          = "http://artis.inria.fr/Publications/2007/RAH07a"
}

Other publications in the database

» David Roger
» Ulf Assarsson
» Nicolas Holzschuch