From 9f7ad1f16ed390c95a0e8aa5e68e51fb27d99314 Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Wed, 13 Dec 2023 18:12:57 +0100 Subject: [PATCH] [UR][L0] L0 adapter coverity fixes (#12152) Corresponding UR changes https://github.com/oneapi-src/unified-runtime/pull/1179 --------- 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 73d9d5a950da8..4e2ba9ce0ba28 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 69a56ea6d1369a6bde5fce97c85fc7dbda49252f - # Merge: b25bb64d b78f541d + # commit f8fc936d9cf174ad455da84ea3904a8111a590dc + # Merge: 20b9a83e 42104338 # Author: Kenneth Benzie (Benie) - # Date: Mon Dec 11 12:30:24 2023 +0000 - # Merge pull request #1123 from aarongreig/aaron/usmLocationProps - # [OpenCL] Add ur_usm_alloc_location_desc struct and handle it in the CL adapter. - set(UNIFIED_RUNTIME_TAG 69a56ea6d1369a6bde5fce97c85fc7dbda49252f) + # Date: Wed Dec 13 12:06:14 2023 +0000 + # Merge pull request #1179 from pbalcer/coverity-issues + # [L0] coverity fixes + set(UNIFIED_RUNTIME_TAG f8fc936d9cf174ad455da84ea3904a8111a590dc) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")