File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,9 @@ endif()
56
56
if (SYCL_PI_UR_USE_FETCH_CONTENT )
57
57
include (FetchContent )
58
58
59
- set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
- # commit 8ff738f424de6f84fa16c9f7d41c8c70b766665d
61
- # Merge: 5e548c5e fbdaf72a
62
- # Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Tue Feb 13 13:01:03 2024 +0100
64
- # Merge pull request #1089 from Bensuo/ewan/update
65
- # [EXP][Command-Buffer] Add kernel command update
66
- set (UNIFIED_RUNTIME_TAG 8ff738f424de6f84fa16c9f7d41c8c70b766665d )
59
+ # DO NOT MERGE
60
+ set (UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git" )
61
+ set (UNIFIED_RUNTIME_TAG refactor-device-initialization )
67
62
68
63
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
64
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments