Skip to content

Commit f52bd33

Browse files
committed
[UR][L0] Support for urUsmP2PPeerAccessGetInfoExp to query p2p access info
pre-commit PR for oneapi-src/unified-runtime#1429 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a0cdd9f commit f52bd33

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,8 @@ endif()
5656
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

59-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit e2ee9a4720414e0a59fa9c911e9575ab564ac57c
61-
# Merge: 7a5150cd be622e7c
62-
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Sun Mar 10 18:02:50 2024 +0000
64-
# Merge pull request #1340 from Bensuo/ewan/coverity_cuda_update
65-
# [HIP][CUDA][Command-Buffer] Fix Coverity issues in HIP/CUDA command-buffer code
66-
set(UNIFIED_RUNTIME_TAG e2ee9a4720414e0a59fa9c911e9575ab564ac57c)
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
60+
set(UNIFIED_RUNTIME_TAG e9f855d478c25d6f1d75ad3d3687a3a7e4747297)
6761

6862
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6963
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)