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.
- Devel package for openSUSE:Factory
-
17
derived packages
- Links to openSUSE:Factory / tbb
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/tbb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
917.patch | 0000002365 2.31 KB | |
_constraints | 0000000147 147 Bytes | |
_link | 0000000124 124 Bytes | |
add-cmake-check-for-libatomic-requirement-when-bui |
0000001399 1.37 KB | |
cmake-remove-include-path.patch | 0000000727 727 Bytes | |
retry-pthread_create.patch | 0000002274 2.22 KB | |
tbb-2021.8.0.tar.gz | 0002575336 2.46 MB | |
tbb-rpmlintrc | 0000000084 84 Bytes | |
tbb.changes | 0000020088 19.6 KB | |
tbb.spec | 0000009494 9.27 KB |
Revision 81 (latest revision is 98)
Dirk Mueller (dirkmueller)
accepted
request 1055995
from
John Paul Adrian Glaubitz (glaubitz)
(revision 81)
- Update to v2021.8.0 * Fixed oneapi::tbb::concurrent_bounded_queue::pop return type (GitHub* #807). * Fixed oneapi::tbb::concurrent_queue and oneapi::tbb::concurrent_bounded_queue with non-default constructible value types (GitHub* #885). * Fixed incorrect splitting of iteration space in case there is no support for proportional splitting in custom ranges. - Add patch to link against libatomic where necessary * add-cmake-check-for-libatomic-requirement-when-build.patch - Drop 5cb212d44732947396abdd39eae1229c7cd51644.patch, merged upstream - Use correct changelog entries for v2021.7.0 * Memory allocator crash when allocating ~1TB on 64-bit systems (GitHub* #838). * Thread Distribution over NUMA Nodes on Windows OS systems. * For oneapi::tbb::suspend it is now guaranteed that the user-specified callable object is executed by the calling thread.
Comments 0