Skip to content

Commit 22e9785

Browse files
nrspruitkbenzie
andcommitted
[UR][L0] Support for urUsmP2PPeerAccessGetInfoExp to query p2p access… (intel#12983)
… info pre-commit PR for oneapi-src/unified-runtime#1429 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent d2817d6 commit 22e9785

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit ec634ff05b067d7922ec45059dda94665e5dcd9b
61-
# Merge: 418ad535 8714b853
62-
# Author: Piotr Balcer <piotr.balcer@intel.com>
63-
# Date: Thu Mar 14 15:52:52 2024 +0100
64-
# Merge pull request #1438 from PatKamin/disable-fuzztests
65-
# Disable fuzz tests on ubuntu-22.04 runner
66-
set(UNIFIED_RUNTIME_TAG ec634ff05b067d7922ec45059dda94665e5dcd9b)
60+
# commit 09be0881b727fadb1c04b38c00d2562d7dc6875f
61+
# Merge: bb589ca8 e9f855d4
62+
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
63+
# Date: Thu Mar 14 22:10:28 2024 +0000
64+
# Merge pull request #1429 from nrspruit/l0_p2p_device_query
65+
# [L0] Support for urUsmP2PPeerAccessGetInfoExp to query p2p access info
66+
set(UNIFIED_RUNTIME_TAG 09be0881b727fadb1c04b38c00d2562d7dc6875f)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)