Skip to content

Commit

Permalink
[SYCL][NATIVECPU] Threadpool implementation for Native CPU (#13176)
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroGhg committed Apr 11, 2024
1 parent d932fca commit e404d99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

fetch_adapter_source(native_cpu
${UNIFIED_RUNTIME_REPO}
# commit e2b5b7fafa8721bfcd46426623adc2b586bacf56
# Merge: cda0cd94 d05476f4
# commit 38e9478b8a7a01fcf37f55b50c735ca1de29c76d
# Merge: b582fb80 c594cdc0
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Apr 10 14:22:28 2024 +0100
# Merge pull request #1345 from lplewa/native_cpu_log
# Refactor native cpu adapter to new logger
e2b5b7fafa8721bfcd46426623adc2b586bacf56
# Date: Thu Apr 11 11:39:02 2024 +0100
# Merge pull request #1478 from PietroGhg/pietro/vecz_threadpool
# [NATIVECPU] Initial threadpool implementation for Native CPU
38e9478b8a7a01fcf37f55b50c735ca1de29c76d
)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
Expand Down

0 comments on commit e404d99

Please sign in to comment.