libprefixscan is a C library with implementations of the parallel primitive "prefix-scan" with the APIs OpenMP, OpenCL, CUDA and the PGI Accellerator Derectives.
By using the parallel prefix primitive in the design of your parallel algorithm, you get an efficient solution. No matter of your computers architecture. Its easy to switch the used API like OpenMP, OpenCP or CUDA to each other.
Libprefixscan contains implementations of diffenrent algorithms, wich are respecting the hardware characteristics.
Project information
- Maintainer:
- Registry Administrators
- Driver:
- Not yet selected
- Licence:
- GNU GPL v3
View full history Series and milestones
trunk series is the current focus of development.