Intell Threading Building Blocks

Edit Package tbb
https://www.threadingbuildingblocks.org/

Intel(r) Threading Building Blocks (TBB) offers a rich and complete
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks is
not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.

Refresh
Refresh
Source Files
Filename Size Changed
2019_U9.tar.gz 0002614209 2.49 MB
cmake-remove-include-path.patch 0000001571 1.53 KB
disable-irml.patch 0000000872 872 Bytes
optflags.patch 0000000440 440 Bytes
reproducible.patch 0000002097 2.05 KB
tbb.changes 0000012869 12.6 KB
tbb.spec 0000006550 6.4 KB
Revision 19 (latest revision is 36)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 738866 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 19)
- Update to version 2019_u9
  * Multiple APIs are deprecated. For details, please see
    Deprecated Features appendix in the TBB reference manual.
  * Added C++17 deduction guides for flow graph nodes.
  Preview Features
  * Added isolated_task_group class that allows multiple threads to add 
    and execute tasks sharing the same isolation.
  * Extended the flow graph API to simplify connecting nodes.
  * Added erase() by heterogeneous keys for concurrent ordered containers.
  * Added a possibility to suspend task execution at a specific point
    and resume it later.
  
  Bugs fixed
  * Fixed the emplace() method of concurrent unordered containers to
    destroy a temporary element that was not inserted.
  * Fixed a bug in the merge() method of concurrent unordered
    containers.
  * Fixed behavior of a continue_node that follows buffering nodes.
  * Added support for move-only types to tbb::parallel_pipeline
  * Fixed detection of clang version when CUDA toolkit is installed
- Refresh patches:
  * cmake-remove-include-path.patch
  * disable-irml.patch
  * optflags.patch
Comments 0
openSUSE Build Service is sponsored by