From 9e930b4da0a249321710ab8a40025a2dff1e1f7f Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Mon, 11 Mar 2024 08:30:58 +0000 Subject: [PATCH] [SYCL][Graph][CUDA][HIP] UR Coverity fixes to CUDA/HIP command-buffer implementation (#12723) Test changes to the UR CUDA/HIP adapters in https://github.com/oneapi-src/unified-runtime/pull/1340 that fix Coverity issues in the implementation of kernel command update in a command-buffer. --------- Co-authored-by: Kenneth Benzie (Benie) --- sycl/plugins/unified_runtime/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index de561b5304014..ab8cddeff8bb1 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 93902794c09f1c8cb5163089f0eacfe55c1f1b86 - # Merge: cc268e58 5518b489 + # commit e2ee9a4720414e0a59fa9c911e9575ab564ac57c + # Merge: 7a5150cd be622e7c # Author: Kenneth Benzie (Benie) - # Date: Fri Mar 8 09:48:44 2024 +0000 - # Merge pull request #1419 from nrspruit/main_l0_adapter_release_lib - # [L0] Create/Destroy Adapter Handle during lib init - set(UNIFIED_RUNTIME_TAG 93902794c09f1c8cb5163089f0eacfe55c1f1b86) + # Date: Sun Mar 10 18:02:50 2024 +0000 + # Merge pull request #1340 from Bensuo/ewan/coverity_cuda_update + # [HIP][CUDA][Command-Buffer] Fix Coverity issues in HIP/CUDA command-buffer code + set(UNIFIED_RUNTIME_TAG e2ee9a4720414e0a59fa9c911e9575ab564ac57c) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")