Tbb

Latest version: v2021.12.0

Safety actively analyzes 626904 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

2021.11.0

oneTBB is happy to introduce 2021.11.0 release!

What's New

* Fixed ``tbb::this_task_arena()`` behavior for ``specific tbb::task_arena{1,0}``.
* Restored performance on the high-core count systems that support ``_tpause``.


See our [Release Notes](https://github.com/oneapi-src/oneTBB/blob/master/RELEASE_NOTES.md) to learn more about known limitations and fixed issues.

sha256 sums for packages


95659f4d7b1711c41ffa190561d4e5b6841efc8091549661c7a2e6207e0fa79b oneapi-tbb-2021.11.0-lin.tgz
360bcb20bcdcd01e8492c32bba6d5d5baf4bc83f77fb9dbf1ff701ac816e3b44 oneapi-tbb-2021.11.0-mac.tgz
02f0e93600fba69bb1c00e5dd3f66ae58f56e5410342f6155455a95ba373b1b6 oneapi-tbb-2021.11.0-win.zip


Acknowledgements
Thanks to everyone who helped us make 2021.11 release possible!

pavelkumbrasev, isaevil, brad0, kboyarinov, lplewa, aleksei-fedotov, omalyshe, dnmokhov, aepanchi,
emmanuel-ferdman, Nekto89, sarathnandu, KFilipek, JhaShweta1, ldorau, Vertexwahn, xiacunshun, sukeya

2021.10.0

oneTBB is happy to introduce 2021.10.0 release!

What's New
* Since C++17, parallel algorithms and Flow Graph nodes are allowed to accept pointers to the member functions and member objects as the user-provided callables.
* Added missed member functions, such as assignment operators and swap function, to ``the concurrent_queue`` and ``concurrent_bounded_queue`` containers.

See our [Release Notes](https://github.com/oneapi-src/oneTBB/blob/master/RELEASE_NOTES.md) to learn more about known limitations and fixed issues.

sha256 sums for packages


d5be4164a1f2e67a8c7bc927cbe2b36690815adb48d36e50b9e3b8afa4c99310 oneapi-tbb-2021.10.0-lin.tgz
20899b66b8a42d649283209276e70dd7e10ab10d90fd3c7372fc6e28dbc9a94b oneapi-tbb-2021.10.0-mac.tgz
d517205d6cc2f80a56500a7f7e1428d47e7cfc55ea66675027024c7b90047ecb oneapi-tbb-2021.10.0-win.zip


Acknowledgements
Thanks to everyone who helped us make 2021.10.0 release possible!

sarathnandu, wills-int, dnmokhov, ElEHsiang, ZeronSix, pavelkumbrasev, kboyarinov, isaevil, phprus, alexandraepan, KFilipek, ldorau, JhaShweta1.

2021.9.0

oneTBB is happy to introduce 2021.9.0 release!

What's New
* Hybrid CPU support is now a fully supported feature.

See our [Release Notes](https://github.com/oneapi-src/oneTBB/blob/master/RELEASE_NOTES.md) to learn more about known limitations and fixed issues.

Open-source Contributions Integrated
* Fixed the issue reported by the Address Sanitizer. Contributed by Rui Ueyama (https://github.com/oneapi-src/oneTBB/pull/959).
* Fixed the input_type alias exposed by ``flow_graph::join_node``. Contributed by Deepan (https://github.com/oneapi-src/oneTBB/pull/868).

sha256 sums for packages


1e8f4d584c209b1a1d1935e72c0a86c16e65e6d2859cb96736ec6ed72c6123f5 oneapi-tbb-2021.9.0-lin.tgz
2892f2a51aa404ba95bf20b6a9d5763bb8b6250aa0dc40a876d72c94f35748f0 oneapi-tbb-2021.9.0-mac.tgz
0c4d96edd0469cc93f611f94365ec07f3a0dd529b96d4e6ceac378de63920b1c oneapi-tbb-2021.9.0-win.zip


Acknowledgements
Thanks to everyone who helped us make 2021.9.0 release possible!

sarathnandu, isaevil, alexandraepan, omalyshe, Vertexwahn, kboyarinov, ValentinaKats, pavelkumbrasev, dkurt, dbiswas2808, ivankochin, Chronial, glaubitz, georgthegreat, AdrianBunk, jwakely, andrewcorrigan, thesamesam

2021.8.0

oneTBB is happy to introduce 2021.8.0 release!

:hammer: Fixed Issues
- Fixed oneapi::tbb::concurrent_bounded_queue::pop return type (GitHub* https://github.com/oneapi-src/oneTBB/issues/807).
- Fixed oneapi::tbb::concurrent_queue and oneapi::tbb::concurrent_bounded_queue with non-default constructible value types (GitHub* https://github.com/oneapi-src/oneTBB/issues/885).
- Fixed incorrect splitting of iteration space in case there is no support for proportional splitting in custom ranges.

See our [Release Notes](https://github.com/oneapi-src/oneTBB/blob/master/RELEASE_NOTES.md) to learn more about known limitations and new features.

sha256 sums for packages

ee410e991bb44ce11437fbf93abedc7c4b1d0cb254e9b91cc2e0ddb0f5375566 oneapi-tbb-2021.8.0-lin.tgz
9d620781d12d36a279bb27f4feb8c3b25d12c133e0d5b8661b867405d2445ee8 oneapi-tbb-2021.8.0-mac.tgz
b9265d4dc5b74e27176c6a6b696882935f605191d014a62c010c9610904e7f65 oneapi-tbb-2021.8.0-win.zip


Acknowledgements
Thanks to everyone who helped us make 2021.8.0 release possible!

prcups, AnuyaWelling2801, kopalja, kboyarinov, ValentinaKats, alexandraepan, pavelkumbrasev , isaevil , aleksei-fedotov, phprus , egfefey

2021.7.0

oneTBB is happy to introduce 2021.7.0 release!

:hammer: Fixed Issues
- Memory allocator crash when allocating ~1TB on 64-bit systems (GitHub* https://github.com/oneapi-src/oneTBB/issues/838).
- Fixed thread distribution over NUMA nodes on Windows* OS systems.
- For oneapi::tbb::suspend, it is guaranteed that the user-specified callable object is executed by the calling thread.

:octocat: Open-source Contributions Integrated
- Fix for full LTO* build, library and tests, on UNIX* OS systems. Contributed by Vladislav Shchapov (https://github.com/oneapi-src/oneTBB/pull/798).

See our [Release Notes](https://github.com/oneapi-src/oneTBB/blob/master/RELEASE_NOTES.md) to learn more about known limitations and new features.

sha256 sums for packages

3c2b3287c595e2bb833c025fcd271783963b7dfae8dc681440ea6afe5d550e6a oneapi-tbb-2021.7.0-lin.tgz
2c25ac2212b88ea277a89b9c82da73ffe9b520818b2c502d9a961fa6c0942a7e oneapi-tbb-2021.7.0-mac.tgz
cebeee095f3513815bf72437dc32d43ce964367323de9d7a651294ae51790d53 oneapi-tbb-2021.7.0-win.zip


Acknowledgements
Thanks to everyone who helped us make 2021.7.0 release possible!

alexandraepan, alexey-katranov, zheltovs, AnuyaWelling2801, aleksei-fedotov, AlexVeprev, phprus, pavelkumbrasev, anton-potapov, isaevil, andreastedile, sarathnandu, sicherha, dnmokhov, KseniiaBakina, jvoisin, leleliu008, timmiesmith, rui314, ValentinaKats, kboyarinov, vlserov

2021.6.0

oneTBB is happy to introduce 2021.6.0 release!

What's New
:white_check_mark: New Features
- Improved support and use of the latest C++ standards for parallel_sort that allows using this algorithm with user-defined and standard library-defined objects with modern semantics.
- The following features are now fully functional: task_arena extensions, collaborative_call_once, adaptive mutexes, heterogeneous overloads for concurrent_hash_map, and task_scheduler_handle.
- Added support for Windows* Server 2022 and Python 3.10.

:hammer: Fixed Issues
- Memory allocator crash on a system with an incomplete /proc/meminfo (GitHub* [584](https://github.com/oneapi-src/oneTBB/issues/584)).
- Incorrect blocking of task stealing (GitHub* [478](https://github.com/oneapi-src/oneTBB/issues/478)).
- Hang due to incorrect decrement of a limiter_node (GitHub* [634](https://github.com/oneapi-src/oneTBB/issues/634)).
- Memory corruption in some rare cases when passing big messages in a flow graph (GitHub* [639](https://github.com/oneapi-src/oneTBB/issues/639)).
- Possible deadlock in a throwable flow graph node with a lightweight policy. The lightweight policy is now ignored for functors that can throw exceptions (GitHub* [420](https://github.com/oneapi-src/oneTBB/issues/420)).
- Crash when obtaining a range from empty ordered and unordered containers (GitHub* [641](https://github.com/oneapi-src/oneTBB/issues/641)).
- Deadlock in a concurrent_vector resize() that could happen when the new size is less than the previous size (GitHub* [733](https://github.com/oneapi-src/oneTBB/issues/733)).

See our [Release Notes](https://github.com/oneapi-src/oneTBB/blob/master/RELEASE_NOTES.md) to learn more about known limitations and new features.

sha256 sums for packages

f9a40ac0be66e363a93f263a4bc5cdf3b8c3327d364b912a1135e7ad58d3c481 oneapi-tbb-2021.6.0-lin.tgz
9cd8df59518ae99b8bf491311f2eea9aa0ca4663fc00a026abacef5e5679ce4b oneapi-tbb-2021.6.0-mac.tgz
8e2b48500fe93ab77bad435eea7ed9c513eacb032ee6a90e086d99b7f96bd8d5 oneapi-tbb-2021.6.0-win.zip

Acknowledgements
Thanks to everyone who helped us make 2021.6.0 release possible!

AlexVeprev vlserov, isaevil, zheltovs, alexey-katranov, alexandraepan, pavelkumbrasev, anton-potapov, leeks-int, Lastique, KseniiaBakina, ivankochin, Vertexwahn, phprus, kraj, MehdiChinoune, martymac, Iliamish, kboyarinov, jschueller, AndrewDeanMS, aleksei-fedotov

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.