Skip to content

Commit 06caa8a

Browse files
committed
[UR] Use reference counting on factories
Pre-commit MR for oneapi-src/unified-runtime#2048
1 parent ad494e9 commit 06caa8a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,12 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 8c9dd7e464a99ebbfb238ac2dabefc3ac77baea5
121-
# Merge: a99dbcee 3abe18cf
122-
# Author: Piotr Balcer <piotr.balcer@intel.com>
123-
# Date: Fri Sep 6 17:21:17 2024 +0200
124-
# Merge pull request #1820 from pbalcer/static-linking
125-
# Add support for static linking of the L0 adapter
126-
set(UNIFIED_RUNTIME_TAG 8c9dd7e464a99ebbfb238ac2dabefc3ac77baea5)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git")
120+
# commit put-commit-here
121+
# Author: Ross Brunton <ross@codeplay.com>
122+
# Date: Wed Sep 4 17:25:11 2024 +0100
123+
# Use reference counting on factories
124+
set(UNIFIED_RUNTIME_TAG 3a6ed49bd4d988618de1a30a7f461c6414f52b6b)
127125

128126
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129127
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)