Skip to content

Commit 98dc562

Browse files
Bensuokbenzie
andauthored
Update sycl/cmake/modules/FetchUnifiedRuntime.cmake
Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 39acfa7 commit 98dc562

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 8 additions & 8 deletions
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/bensuo/unified-runtime.git")
120-
# commit 22962057df1b9d538e08088a7b75d9d8e7c29f90 (HEAD, origin/main, origin/HEAD)
121-
# Merge: e824ddc2 f0a1c433
122-
# Author: aarongreig <aaron.greig@codeplay.com>
123-
# Date: Fri Sep 27 16:54:04 2024 +0100
124-
# Merge pull request #2017 from nrspruit/new_sysman_init
125-
# [L0] Use zesInit for SysMan API usage
126-
set(UNIFIED_RUNTIME_TAG 504d3b6368e19990d57311c4bfab361c427b9054)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120+
# commit c742ca49efb12380a35b8b0b467e6577ab8174ce
121+
# Merge: 3a8bf2c5 504d3b63
122+
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
123+
# Date: Mon Oct 21 11:55:23 2024 +0100
124+
# Merge pull request #2131 from Bensuo/ben/command-handle-fix
125+
# [EXP][CMDBUF] Make command handle behaviour consistent
126+
set(UNIFIED_RUNTIME_TAG c742ca49efb12380a35b8b0b467e6577ab8174ce)
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)