Skip to content

Commit 792e1e0

Browse files
committed
1 parent 7989104 commit 792e1e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ 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")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/lslusarczyk/unified-runtime.git")
120120
# commit cfecab08e6e6dbb694f614b4f6271a258a41fc10
121121
# Merge: 10fd78c1 5bebef5d
122122
# Author: Omar Ahmed <[email protected]>
123123
# Date: Tue Sep 17 12:26:35 2024 +0100
124124
# Merge pull request #1874 from PietroGhg/pietro/membarrier
125125
# [NATIVECPU] Support atomic fence queries
126-
set(UNIFIED_RUNTIME_TAG cfecab08e6e6dbb694f614b4f6271a258a41fc10)
126+
set(UNIFIED_RUNTIME_TAG 4bb6a1030797063f34e0d8fad53b28d580c38265)
127127

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

0 commit comments

Comments
 (0)