资 源 简 介
clpp is an OpenCL Data Parallel Primitives Library. It is a library of data-parallel algorithm primitives such as parallel-prefix-sum ("scan"), parallel sort and parallel reduction. Primitives such as these are important building blocks for a wide variety of data-parallel algorithms, including sorting, stream compaction, and building data structures such as trees and summed-area tables.
If you want to join the project, please simply send a message to our mailing list : http://groups.google.com/group/cl-pp
Sponsor
The CLPP project is a general purpose framework for any OpenCL related software. It is the reason we are searching for one or several sponsors to help us to develop/test/improve the current library code. Any Company, University, Institutes, Research Lab or even individuals are welcomed.
Algorithms for v1.0
Scan/Reduction
Sort
Sort Key + Value
Roadmap for v