oneTBB
oneTBB copied to clipboard
oneAPI Threading Building Blocks (oneTBB)
# Summary The oneTBB documentation lacks information about multidimensional ranges (`blocked_range2d/3d`) that the library provides. Once `blocked_nd_range` is added (see https://github.com/uxlfoundation/oneAPI-spec/pull/555), it makes sense to mention it as well. #...
# Summary Implement the macro for the supported specification version, as described in https://github.com/uxlfoundation/oneAPI-spec/pull/592: * ``ONETBB_SPEC_VERSION`` macro defined to the decimal literal whose value equals to ``x * 100 +...
### Description Add a note to the page that has the Inspector mention with deprecation information. Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or...
### Description Add RFC document for new `fold_node` in the Flow Graph. Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or multiple, leave empty if...
### Description Enable CTAD for blocked_rangeNd since C++17 by making the implementation through the inheritance rather than through alias template. ### Type of change - [ ] bug fix -...
### Description _Add a comprehensive description of proposed changes_ Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or multiple, leave empty if none of the...
Adding API for parallel block to task_arena to warm-up/retain/release worker threads
Dear OneTbb developers: In the section "Migrating from low-level task API" of _oneAPI Threading Building Blocks Developer Guide and API Reference_, I just followed the code to implement a simplest...
…d_queue ### Description Add support for [allocator propagation](https://en.cppreference.com/w/cpp/named_req/AllocatorAwareContainer) to concurrent_queue and concurrent_bounded_queue, and use the allocator’s construct function instead of placement new. ### Type of change - [ ] bug...
### Description _Add a comprehensive description of proposed changes_ Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or multiple, leave empty if none of the...