Bolt v1.2.GA Release Notes

Release Date: 2014-07-02 // almost 10 years ago
  • ๐Ÿš€ Bolt 1.2 is released on 2nd of July, 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.Bolt C++ AMP function parity with Bolt OpenCL/MultiCore/Serial path. Now we have C++ AMP, OpenCL, MultiCore and Serial path for all routines.
    ๐Ÿ†• New C++ AMP functions:

    • constant_iterator
    • copy
    • copy_n
    • counting_iterator
    • inclusive_scan_by_key
    • exclusive_scan_by_key
    • fill
    • fill_n
    • generate
    • generate_n
    • inner_product
    • max_element
    • min_element
    • reduce_by_key
    • sort_by_key
    • stable_sort
    • stable_sort_by_key
    • transform_exclusive_scan
    • transform_inclusive_scan
    • binary_search
    • ๐Ÿ”€ merge
    • scatter
    • scatter_if
    • gather
    • gather_if

    ๐Ÿ‘ 2.Added transform iterator support for OpenCL path for all Bolt routines.

    ๐Ÿ‘ 3.Added permutation iterator support for C++ AMP path for all Bolt routines.

    ๐ŸŽ 4.Performance optimizations for Reduce, Scan and Sort families.

    ๐Ÿ‘ 5.List of Supported Functions

    6.List of Known Issues

    ๐Ÿ›  5.Bug Fixes.