Skip to content

Commit 4f04602

Browse files
Test if new UMF version works properly
1 parent fccf065 commit 4f04602

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,13 @@ 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/aarongreig/unified-runtime")
120-
set(UNIFIED_RUNTIME_TAG aaron/clBatch)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/lukaszstolarczuk/unified-runtime")
120+
# commit 7fa9d44660047ea5941d992ec1f74a59966e0550
121+
# Author: Łukasz Stolarczuk <[email protected]>
122+
# Date: Mon Oct 14 16:32:32 2024 +0200
123+
# Bump UMF version to the latest
124+
# it includes the fix for missing/optional symbols.
125+
set(UNIFIED_RUNTIME_TAG 7fa9d44660047ea5941d992ec1f74a59966e0550)
121126

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

0 commit comments

Comments
 (0)