Skip to content

Commit 8076d01

Browse files
committed
Test with local UR changes
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 56ef5eb commit 8076d01

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 67e7da33596c597ef79d940223d372583a78bb2b
61-
# Merge: 9b1fb4e9 f0e0be24
62-
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Tue Dec 5 10:46:45 2023 +0000
64-
# Merge pull request #999 from hdelan/hip-adapter-multi-dev-ctx
65-
# [HIP] Hip adapter multi dev ctx
66-
set(UNIFIED_RUNTIME_TAG 67e7da33596c597ef79d940223d372583a78bb2b)
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/steffenlarsen/unified-runtime.git")
60+
set(UNIFIED_RUNTIME_TAG 4204ef9f17f05733052f6ace5dd125f7e79b407f)
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)