From 62a00100fbb50e8cda412b0f723fc5b660019f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Chor=C4=85=C5=BCewicz?= Date: Thu, 15 Feb 2024 04:50:25 -0800 Subject: [PATCH] [UR] bump tag to f11823e1 (#12721) https://github.com/oneapi-src/unified-runtime/pull/1343 --------- Co-authored-by: Kenneth Benzie (Benie) --- sycl/plugins/unified_runtime/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 530eec8dbe2c8..a84cbf4a81c6f 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit cfba9f160528018055881f1ccf9ab98ec59c963f - # Merge: 0bb2cad8 db5c33b2 + # commit f11823e1abe977bd478364534b3575ae199d8d96 + # Merge: c96e4ae4 619cdbb7 # Author: Kenneth Benzie (Benie) - # Date: Wed Feb 14 11:17:21 2024 +0100 - # Merge pull request #1216 from igchor/umf_standalone - # [UR] Remove UMF sources and use standalone UMF repo instead - set(UNIFIED_RUNTIME_TAG cfba9f160528018055881f1ccf9ab98ec59c963f) + # Date: Thu Feb 15 11:08:56 2024 +0100 + # Merge pull request #1343 from igchor/add_pthread_umf + # [UR] Add missing Threads library to common + set(UNIFIED_RUNTIME_TAG f11823e1abe977bd478364534b3575ae199d8d96) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")