File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,8 @@ 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 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86 (HEAD -> main, gitlab-orion-origin/main)
61
- # Author: Weronika Lewandowska <[email protected] >
62
- # Date: Fri Dec 22 10:11:47 2023 +0100
63
- # Merge pull request #1207 from PietroGhg/pietro/remove_event_hpp
64
- # [NATIVECPU] Remove event.hpp inclusion
65
- set (UNIFIED_RUNTIME_TAG 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86 )
59
+ set (UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git" )
60
+ set (UNIFIED_RUNTIME_TAG 12c665daf87c5a72de37199705a0b0e574f85b19 )
66
61
67
62
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
68
63
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments