Skip to content

Commit eb3a7ba

Browse files
committed
[SYCL] Update UR tag for L0 synchronize fix
- Removes extra waits when updating graphs on L0
1 parent a204f40 commit eb3a7ba

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
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/oneapi-src/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/bensuo/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: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
# commit ad88f0a1e3a22807866af4f6dad53e8986733abb
2-
# Merge: 68aed2d5 599a28e1
3-
# Author: Ross Brunton <[email protected]>
4-
# Date: Tue Jan 14 10:28:07 2025 +0000
5-
6-
# Merge pull request #2527 from RossBrunton/ross/wrapper
7-
#
8-
# Wrap urEventSetCallback when ran through loader
9-
set(UNIFIED_RUNTIME_TAG ad88f0a1e3a22807866af4f6dad53e8986733abb)
1+
set(UNIFIED_RUNTIME_TAG fe926aa6d666a5e25a2b44e584508257d6f3cbc5)

0 commit comments

Comments
 (0)