C++ AMP Algorithms Library
Sunday, August 4, 2013 – 7:49 AMI’m pleased to report that I’ve been busy helping out the C++ AMP product team with the C++ AMP Algorithms Library. Recent additions include:
- Lots more C++ AMP implementations of STL algorithms, like; accumulate, copy_if and adjacent_difference.
- Some documentation; getting started guide and list of supported features.
- Build and test infrastructure; tests now run under the Visual Studio C++ testing framework and there’s a script for building and running the tests after you download.
All this means a new release. The C++ AMP Algorithms Library 0.9.2 is downloadable today from the C++ AMP Algorithms Library CodePlex site. What’s next? I’m hoping to start on some sorting algorithm implementations. First up radix sort.
Sorry, comments for this entry are closed at this time.