Skip to content

Commit c4404a2

Browse files
[UR] Fixed event leak when outevent is given and completed
Signed-off-by: Zhang, Winston <[email protected]>
1 parent 40f0a6a commit c4404a2

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/winstonzhang-intel/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 b7047f6c36ec17b8560c2f1cd9ac9521715a9127
2-
# Merge: 73e5f3c6ff2d fcddf077c290
3-
# Author: Martin Grant <[email protected]>
4-
# Date: Fri Dec 13 14:20:15 2024 +0000
5-
# Merge pull request #2454 from Bensuo/l0_cmd-buf_multi-device
6-
# Fix L0 command-buffer consumption of multi-device kernels
7-
set(UNIFIED_RUNTIME_TAG b7047f6c36ec17b8560c2f1cd9ac9521715a9127)
1+
set(UNIFIED_RUNTIME_TAG fbd879482c8bce659e98e1448a2c134e3bcc8b18)

0 commit comments

Comments
 (0)