Skip to content

Commit a44fc99

Browse files
committed
[NATIVECPU] update oneTBB
1 parent 02450dc commit a44fc99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

unified-runtime/source/adapters/native_cpu/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ if(NATIVECPU_WITH_ONETBB)
6161
FetchContent_Declare(
6262
tbb
6363
GIT_REPOSITORY https://github.com/uxlfoundation/oneTBB.git
64-
#commit 54f3611e12b77ae40bf919eca65e7ff2218fdc34 (HEAD -> master, origin/master, origin/HEAD)
65-
#Author: Alexandra <alexandra.epanchinzeva@intel.com>
66-
#Date: Fri Jun 6 15:02:22 2025 +0200
67-
# Update README.md (#1750)
68-
GIT_TAG 54f3611e12b77ae40bf919eca65e7ff2218fdc34
64+
# commit 4e4fffed4fb86ae0960a3364700f549b539c777e (HEAD -> master, origin/master, origin/HEAD)
65+
# Author: Ilya Isaev <ilya.isaev@intel.com>
66+
# Date: Mon Aug 18 10:35:26 2025 +0200
67+
# Improve task_arena interoperability with task_groups (#1784)
68+
GIT_TAG 4e4fffed4fb86ae0960a3364700f549b539c777e
6969
CMAKE_ARGS "-DTBB_TEST:BOOL=OFF -DTBB_EXAMPLES:BOOL=OFF -DTBB_BENCH:BOOL=OFF"
7070
OVERRIDE_FIND_PACKAGE
7171
)

0 commit comments

Comments
 (0)