Skip to content

Commit 9e930b4

Browse files
EwanCkbenzie
andauthored
[SYCL][Graph][CUDA][HIP] UR Coverity fixes to CUDA/HIP command-buffer implementation (#12723)
Test changes to the UR CUDA/HIP adapters in oneapi-src/unified-runtime#1340 that fix Coverity issues in the implementation of kernel command update in a command-buffer. --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 8d2d870 commit 9e930b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 93902794c09f1c8cb5163089f0eacfe55c1f1b86
61-
# Merge: cc268e58 5518b489
60+
# commit e2ee9a4720414e0a59fa9c911e9575ab564ac57c
61+
# Merge: 7a5150cd be622e7c
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Fri Mar 8 09:48:44 2024 +0000
64-
# Merge pull request #1419 from nrspruit/main_l0_adapter_release_lib
65-
# [L0] Create/Destroy Adapter Handle during lib init
66-
set(UNIFIED_RUNTIME_TAG 93902794c09f1c8cb5163089f0eacfe55c1f1b86)
63+
# Date: Sun Mar 10 18:02:50 2024 +0000
64+
# Merge pull request #1340 from Bensuo/ewan/coverity_cuda_update
65+
# [HIP][CUDA][Command-Buffer] Fix Coverity issues in HIP/CUDA command-buffer code
66+
set(UNIFIED_RUNTIME_TAG e2ee9a4720414e0a59fa9c911e9575ab564ac57c)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)