Skip to content

Commit 1aeb455

Browse files
committed
[UR] Pull in fixes for issues raised in latest coverity scan.
1 parent 86376a8 commit 1aeb455

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/aarongreig/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 2f479e01f62ed96a9466d19d9df1aabeda77b335
2-
# Merge: b0f9293d b693389e
3-
# Author: Callum Fare <[email protected]>
4-
# Date: Fri Nov 22 15:27:05 2024 +0000
5-
# Merge pull request #2370 from againull/multi_device_sanitizer
6-
# [L0] Check that program is in exe state in urProgramGetGlobalVariablePointer
7-
set(UNIFIED_RUNTIME_TAG 2f479e01f62ed96a9466d19d9df1aabeda77b335)
1+
set(UNIFIED_RUNTIME_TAG aaron/fixCoverity15-11)

0 commit comments

Comments
 (0)