Skip to content

Commit 076f96e

Browse files
committed
[UR] Use reference counting on factories
Pre-commit MR for oneapi-src/unified-runtime#2048
1 parent 4443eff commit 076f96e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,11 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit b766009add8dc41ad03e2a63be9f6ed40eea4c55 (HEAD, origin/main, origin/HEAD)
121-
# Merge: 608e9184 c3c57284
122-
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
123-
# Date: Tue Aug 27 16:30:04 2024 +0100
124-
# Merge pull request #2011 from nrspruit/fix_opencl_usm_align_check
125-
# [OpenCL] Fix USM alignment error check to occur always and return nulllptr
126-
set(UNIFIED_RUNTIME_TAG b766009add8dc41ad03e2a63be9f6ed40eea4c55)
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 6898550fcf13cc59365e28cf36d96334d21a4d5c)
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)