Project Description
This project aims to provide a comprehensive compilation of commonly used templated parallel algorithms in C++ AMP. Something like CUDPP for C++ AMP.
The following algorithms are included:
- reduction
The following are yet to be included:
- scan
- radix sort (scan must be implemented first)
- bitonic sort (will probably not be included if radix is implemented)
- ...
Contributors are welcome !