From 78affac8d9b8906e6bbf22fdae5f2a04952df79d Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Fri, 26 Jan 2024 14:27:41 +0100 Subject: [PATCH] [UR][L0] coverity fixes (#12479) testing pr --------- 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 33929c0558b2e..e556471abbf6e 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 8d3233af35ed5515dd966c08d1af04b76113d3a8 - # Merge: eddda123 2bd41d7b + # commit cdde49630db86e46936287a4ce34780d8d53f0aa + # Merge: 9b97a5f6 05c3b0dc # Author: Kenneth Benzie (Benie) - # Date: Wed Jan 24 14:27:54 2024 +0000 - # Merge pull request #1247 from PietroGhg/pietro/empty_cmd_buffer_fill - # [NATIVECPU] Empty implementation for command buffer fill - set(UNIFIED_RUNTIME_TAG 8d3233af35ed5515dd966c08d1af04b76113d3a8) + # Date: Thu Jan 25 14:08:22 2024 +0000 + # Merge pull request #1277 from pbalcer/l0-coverity-fixes + # [L0] fix coverity issues + set(UNIFIED_RUNTIME_TAG cdde49630db86e46936287a4ce34780d8d53f0aa) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")