Skip to content

Commit 9d63080

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

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 9d71afb85694c133ec5aede5bad11dc4d9d05972 (HEAD, upstream/main, upstream/HEAD)
121-
# Merge: d50a59ec 5be1aa41
122-
# Author: Piotr Balcer <piotr.balcer@intel.com>
123-
# Date: Fri Sep 6 09:45:31 2024 +0200
124-
# Merge pull request #2062 from nrspruit/fix_inorder_cache
125-
# [L0] Fix Command List Cache to correctly set In order List property
126-
set(UNIFIED_RUNTIME_TAG 9d71afb85694c133ec5aede5bad11dc4d9d05972)
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 e00cb3e07aa8f274edc590847bfbfbd8cd63d2fe)
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)