From 22e97851e401a1427f9d4a313cc954d4ea75baff Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Mon, 18 Mar 2024 00:23:22 -0700 Subject: [PATCH] =?UTF-8?q?[UR][L0]=20Support=20for=20urUsmP2PPeerAccessGe?= =?UTF-8?q?tInfoExp=20to=20query=20p2p=20access=E2=80=A6=20(#12983)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … info pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/1429 --------- Signed-off-by: Neil R. Spruit Co-authored-by: Kenneth Benzie (Benie) --- sycl/plugins/unified_runtime/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index 2a437a05f6676..6b02bd454e7b9 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 ec634ff05b067d7922ec45059dda94665e5dcd9b - # Merge: 418ad535 8714b853 - # Author: Piotr Balcer - # Date: Thu Mar 14 15:52:52 2024 +0100 - # Merge pull request #1438 from PatKamin/disable-fuzztests - # Disable fuzz tests on ubuntu-22.04 runner - set(UNIFIED_RUNTIME_TAG ec634ff05b067d7922ec45059dda94665e5dcd9b) + # 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}")