Skip to content

Commit 7a34b98

Browse files
aleksraidenjihuayu
andauthored
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

File tree

cmake/tbb.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ include_guard()
2020
include(cmake/utils.cmake)
2121

2222
FetchContent_DeclareGitHubWithMirror(tbb
23-
uxlfoundation/oneTBB v2022.3.0
24-
MD5=68dbd75b30096398fe72816085ca2031
23+
uxlfoundation/oneTBB v2023.0.0
24+
MD5=e2e82997a27a60743cdfd9bde8d613d4
2525
)
2626

2727
FetchContent_MakeAvailableWithArgs(tbb

0 commit comments

Comments
 (0)