Skip to content

BOLT 1.3 GA Release

Latest
Compare
Choose a tag to compare
@HSA-Libraries HSA-Libraries released this 09 Dec 16:24
· 3 commits to master since this release

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:

  1. 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.