Intell Threading Building Blocks
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.
- Developed at devel:libraries:c_c++
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/tbb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cmake-remove-include-path.patch | 0000000803 803 Bytes | |
disable-irml.patch | 0000000872 872 Bytes | |
optflags.patch | 0000000440 440 Bytes | |
reproducible.patch | 0000002097 2.05 KB | |
tbb-2020.2.tar.gz | 0002637066 2.51 MB | |
tbb.changes | 0000014386 14 KB | |
tbb.spec | 0000006522 6.37 KB |
Revision 21 (latest revision is 36)
Dominique Leuenberger (dimstar_suse)
accepted
request 789846
from
Ismail Dönmez (namtrac)
(revision 21)
- Update to version 2020.2 * Cross-allocator copying constructor and copy assignment operator for concurrent_vector are deprecated. * Added input_node to the flow graph API. It acts like a source_node except for being inactive by default; source_node is deprecated. * Allocator template parameter for flow graph nodes is deprecated. Set TBB_DEPRECATED_FLOW_NODE_ALLOCATOR to 1 to avoid compilation errors. * Flow graph preview hetero-features are deprecated. * Fixed the task affinity mechanism to prevent unlimited memory consumption in case the number of threads is explicitly decreased. * Fixed memory leak related NUMA support functionality in task_arena. - Update to version 2020.1 * Fixed the issue of task_arena constraints not propagated on copy construction. * Fixed TBBGet.cmake script broken by TBB package name changes (https://github.com/intel/tbb/issues/209).
Comments 0