Commit 7a34b98
chore(deps): bump oneTBB to v2023.0.0 (#3473)
Bump oneTBB to v2023.0.0 (see:
https://github.com/uxlfoundation/oneTBB/blob/master/RELEASE_NOTES.md)
Key changes
- Introduced ability to wait for a single task in a task_group instead
of waiting for all tasks to finish. This increases reactivity and
decreases latency in key user workloads.
- Introduced task_arena core type selector to better support hybrid
architectures with several core types
- Added global control parameter to set default block time behavior on
server HW
- Added new API to create a set of NUMA bound task arenas, simplifying
common patterns used to optimize for NUMA architectures.
- Using a hwloc version other than 1.11, 2.0, or 2.5 may cause an
undefined behavior on Windows OS
- Significantly improved scalability for concurrent ordered containers
on systems with many threads
- Fixed ODR violations when public inline functions expose entities with
internal linkage
-
Co-authored-by: 纪华裕 <jihuayu123@gmail.com>1 parent 3b29a4c commit 7a34b98
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments