Skip to content

Commit 222ac44

Browse files
committed
Update UR tag.
Signed-off-by: JackAKirk <[email protected]>
1 parent f385ba9 commit 222ac44

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ 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/JackAKirk/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit 58abf8fa778376546274c52304b9f924314d65e6
2-
# Merge: a96fddec a97df490
3-
# Author: aarongreig <aaron.greig@codeplay.com>
4-
# Date: Thu Oct 24 13:37:02 2024 +0100
5-
# Merge pull request #2160 from aarongreig/aaron/clQuerySourceWGSize
6-
# Query out and use local size set in program IL in CL adapter
7-
set(UNIFIED_RUNTIME_TAG 4f1fd54e4d5bfb480f7ca3ea58ee85334809a641)
1+
# commit e3d127d69061c942b37c8e18b876281f5a9b3857
2+
# Merge: 884b646 4f1fd54
3+
# Author: Piotr Balcer <piotr.balcer@intel.com>
4+
# Date: Tue Oct 29 17:22:22 2024 +0100
5+
# Merge pull request #2246 from JackAKirk/p2p-fix-impl
6+
# [spec][usm-p2p] p2p info query return int instead of uint32_t, fix l0 impl
7+
set(UNIFIED_RUNTIME_TAG e3d127d69061c942b37c8e18b876281f5a9b3857)

0 commit comments

Comments
 (0)