From ae5f420deca5d3c63ab639db6be811ce056db1cd Mon Sep 17 00:00:00 2001 From: Ross Brunton Date: Thu, 5 Sep 2024 11:09:08 +0100 Subject: [PATCH] [UR] Use reference counting on factories Pre-commit MR for https://github.com/oneapi-src/unified-runtime/pull/2048 --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 956c33bec68df..fbfc86028879b 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -116,14 +116,12 @@ if(SYCL_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 8c9dd7e464a99ebbfb238ac2dabefc3ac77baea5 - # Merge: a99dbcee 3abe18cf - # Author: Piotr Balcer - # Date: Fri Sep 6 17:21:17 2024 +0200 - # Merge pull request #1820 from pbalcer/static-linking - # Add support for static linking of the L0 adapter - set(UNIFIED_RUNTIME_TAG 8c9dd7e464a99ebbfb238ac2dabefc3ac77baea5) + set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git") + # commit put-commit-here + # Author: Ross Brunton + # Date: Wed Sep 4 17:25:11 2024 +0100 + # Use reference counting on factories + set(UNIFIED_RUNTIME_TAG 2875a5ea6052a884d02dd9877b7131b4e2aefc16) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need