Bolt v1.3.GA Release Notes
Release Date: 2014-12-09 // over 8 years ago-
๐ Bolt 1.3 is released on 9th of Dec, 2014. Bolt was made Open Source on GitHub with Apache License with 1.0 Beta.
๐ For Bolt related documentation go to the Bolt wiki page
To download the Bolt Binaries go to Bolt Landing Page๐ This release contains the following features:
- Following new functions with Serial, TBB(Multicore) and C++ AMP path for amp namespace.
copy_if
find
find_if
find_if_not
transform_if
for_each
for_each_n
replace
replace_if
replace_copy
replace_copy_if
โ remove
โ remove_if
โ remove_copy
remove_copy_if
unique
unique_copy
all_of
any_of
none_of๐ 2.Performance optimizations of key routines(scan and sort family) for OpenCL backend.
๐ 3.Transform Iterator support for AMP backend for all function.
๐ 4.Support for OpenCL CPU device Command Queue.
๐ 5.List of Supported Functions
6.List of Known Issues Known Issues
๐ 7.Bug Fixes.
Previous changes from v1.3.Alpha
-
๐ Bolt 1.3 Alpha is released on 25th of November, 2014. Bolt was made Open Source on GitHub with Apache License with 1.0 Beta.
๐ For Bolt related documentation go to the Bolt wiki page. To download the Bolt Binaries go to Bolt Landing Page๐ This release contains the following features:
๐ 1. Performance optimizations of key routines on OpenCL backend.
- New routines added for AMP backend โ for_each, copy_if, transform_if. ๐ 3. Transform Iterator support for AMP backend. ๐ 4. Bug Fixes. ๐ 5. Support for OpenCL CPU device Command Queue.