Bolt v1.3.GA Release Notes

Release Date: 2014-12-09 // over 9 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:

    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.


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.

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