From ac805b1b168cb26f54a6a29927d8e171bdf41b03 Mon Sep 17 00:00:00 2001 From: pbalcer Date: Tue, 12 Dec 2023 17:01:53 +0100 Subject: [PATCH 1/2] [UR][L0] L0 fixes testing commit Do not merge. --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 73d9d5a950da8..66c0482583692 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,14 +56,8 @@ endif() 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 - # 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) + set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 421043382cdff957fc72cc144e249c31cfe16741) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") From 626ddbc2eeeedaf799a03e143c48e8518a97a3df Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 13 Dec 2023 14:31:21 +0000 Subject: [PATCH 2/2] [UR] Bump tag to f8fc936d --- sycl/plugins/unified_runtime/CMakeLists.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 66c0482583692..4e2ba9ce0ba28 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -56,8 +56,14 @@ endif() if(SYCL_PI_UR_USE_FETCH_CONTENT) include(FetchContent) - set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG 421043382cdff957fc72cc144e249c31cfe16741) + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + # commit f8fc936d9cf174ad455da84ea3904a8111a590dc + # Merge: 20b9a83e 42104338 + # Author: Kenneth Benzie (Benie) + # 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}")