From f52bd33af796d8bed23258983f6b4c9a6a802959 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Mon, 11 Mar 2024 12:08:12 -0700 Subject: [PATCH 1/2] [UR][L0] Support for urUsmP2PPeerAccessGetInfoExp to query p2p access info pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/1429 Signed-off-by: Neil R. Spruit --- 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 ab8cddeff8bb1..cae53a9c97550 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 e2ee9a4720414e0a59fa9c911e9575ab564ac57c - # Merge: 7a5150cd be622e7c - # Author: Kenneth Benzie (Benie) - # 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) + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG e9f855d478c25d6f1d75ad3d3687a3a7e4747297) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") From 573e0968b811631646658c0e637613c02cd51c98 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 14 Mar 2024 22:11:33 +0000 Subject: [PATCH 2/2] [UR] Bump tag to 09be0881 --- 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 cae53a9c97550..6b02bd454e7b9 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/nrspruit/unified-runtime.git") - set(UNIFIED_RUNTIME_TAG e9f855d478c25d6f1d75ad3d3687a3a7e4747297) + set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + # commit 09be0881b727fadb1c04b38c00d2562d7dc6875f + # Merge: bb589ca8 e9f855d4 + # Author: Kenneth Benzie (Benie) + # Date: Thu Mar 14 22:10:28 2024 +0000 + # Merge pull request #1429 from nrspruit/l0_p2p_device_query + # [L0] Support for urUsmP2PPeerAccessGetInfoExp to query p2p access info + set(UNIFIED_RUNTIME_TAG 09be0881b727fadb1c04b38c00d2562d7dc6875f) if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")