Skip to content

Commit 1ebfd89

Browse files
authored
[UR][L0] fix Coverity issues for L0 Adapter (#15034)
-pre-commit PR for: oneapi-src/unified-runtime#1955 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a6a1f55 commit 1ebfd89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+6-6
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 26f1dfc0b187763bc739537bdd0d8c76f32bd48e
121-
# Merge: 89dc3a56 2dbe0800
120+
# commit f8336050f43a6529636fd6b2075dfe09961564f5
121+
# Merge: 6c98e0e8 b75f2bc2
122122
# Author: Omar Ahmed <[email protected]>
123-
# Date: Tue Aug 13 11:12:55 2024 +0100
124-
# Merge pull request #1960 from Bensuo/ewan/imm_command_list_fix
125-
# Command-buffer immediate command-list CTS fix
126-
set(UNIFIED_RUNTIME_TAG 26f1dfc0b187763bc739537bdd0d8c76f32bd48e)
123+
# Date: Tue Aug 13 13:07:23 2024 +0100
124+
# Merge pull request #1955 from nrspruit/fix_l0_coverity
125+
# [L0] fix Coverity issues for L0 Adapter
126+
set(UNIFIED_RUNTIME_TAG f8336050f43a6529636fd6b2075dfe09961564f5)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)