Skip to content

Commit 09a292e

Browse files
committed
[SYCL][Graph]Bump UR tag for UR CUDA fill fixes
- Bump UR tag to pull in UR fixes for a potential issue with fill nodes and event update
1 parent 6af4e4e commit 09a292e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-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/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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
# commit 39df0317814c164f5242eda8d6f08550f6268492
2-
# Merge: 68d93efd be27d8f0
3-
# Author: Kenneth Benzie (Benie) <[email protected]>
4-
# Date: Mon Dec 16 13:53:13 2024 +0000
5-
# Merge pull request #2467 from nrspruit/fix_external_import_function_call
6-
# [L0] Fix external semaphore import function calls to match the header
7-
set(UNIFIED_RUNTIME_TAG 39df0317814c164f5242eda8d6f08550f6268492)
1+
set(UNIFIED_RUNTIME_TAG 76054dd1c20598b0ff9975e5a14e74f77b7c9a35)

0 commit comments

Comments
 (0)