Skip to content

Commit e404d99

Browse files
authored
[SYCL][NATIVECPU] Threadpool implementation for Native CPU (#13176)
Testing PR for oneapi-src/unified-runtime#1478.
1 parent d932fca commit e404d99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
143143

144144
fetch_adapter_source(native_cpu
145145
${UNIFIED_RUNTIME_REPO}
146-
# commit e2b5b7fafa8721bfcd46426623adc2b586bacf56
147-
# Merge: cda0cd94 d05476f4
146+
# commit 38e9478b8a7a01fcf37f55b50c735ca1de29c76d
147+
# Merge: b582fb80 c594cdc0
148148
# Author: Kenneth Benzie (Benie) <[email protected]>
149-
# Date: Wed Apr 10 14:22:28 2024 +0100
150-
# Merge pull request #1345 from lplewa/native_cpu_log
151-
# Refactor native cpu adapter to new logger
152-
e2b5b7fafa8721bfcd46426623adc2b586bacf56
149+
# Date: Thu Apr 11 11:39:02 2024 +0100
150+
# Merge pull request #1478 from PietroGhg/pietro/vecz_threadpool
151+
# [NATIVECPU] Initial threadpool implementation for Native CPU
152+
38e9478b8a7a01fcf37f55b50c735ca1de29c76d
153153
)
154154

155155
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)

0 commit comments

Comments
 (0)