Skip to content

Commit d96f6db

Browse files
EwanCmartygrant
andauthored
[SYCL][Graph] Bump UR with Coverity fixes (#16215)
Bump the UR tag to include coverity fixes for command-buffers oneapi-src/unified-runtime#2379 --------- Co-authored-by: Martin Morrison-Grant <[email protected]>
1 parent fc44c0b commit d96f6db

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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/oneapi-src/unified-runtime")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit aa72577da55571b15028dd1710e02a7ea4f62338
2-
# Merge: 89def64486dd 3d2b7210e352
1+
# commit e37f75ffad5ad22e96c46eb70ab1757be7cc5afc
2+
# Merge: daa0b110464c 323b37c55504
33
# Author: Martin Grant <[email protected]>
4-
# Date: Fri Dec 6 15:24:04 2024 +0000
5-
# Merge pull request #2352 from aarongreig/aaron/fixCoverity15-11
6-
# Fix a number of issues from the latest coverity scan.
7-
set(UNIFIED_RUNTIME_TAG aa72577da55571b15028dd1710e02a7ea4f62338)
4+
# Date: Fri Dec 6 18:03:11 2024 +0000
5+
# Merge pull request #2379 from Bensuo/ben/coverity-fixes
6+
# Fix command_buffer coverity issues
7+
set(UNIFIED_RUNTIME_TAG e37f75ffad5ad22e96c46eb70ab1757be7cc5afc)

0 commit comments

Comments
 (0)