diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 72fb678608237..94674836206e9 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -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) - # 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)