CUDA Papers

A collection of research papers and projects utilizing CUDA technology

Category Archives: Reduction

Exploiting More Parallelism from Applications Having Generalized Reductions on GPU Architecture

http://impact.crhc.illinois.edu/ftp/conference/fgc2010.pdf Abstract Reduction is a common component of many applications,but can often be the limiting factor for parallelization.Previous reduction work has focused on detecting reductionidioms and parallelizing the reduction operationby minimizing data communications or exploiting moredata locality. While these techniques can be useful, theyare mostly limited to simple code structures. In this paper,we propose a […]