File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,14 @@ endif()
56
56
if (SYCL_PI_UR_USE_FETCH_CONTENT )
57
57
include (FetchContent )
58
58
59
- # DO NOT MERGE
60
- set (UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git" )
61
- set (UNIFIED_RUNTIME_TAG get -native-mem-on-device2 )
59
+ set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
+ # commit d216eb44d5c9fe3433eecdd09b10e3e79ac25bd7
61
+ # Merge: 40517d2b fc1f3066
62
+ # Author: Kenneth Benzie (Benie) <[email protected] >
63
+ # Date: Wed Jan 31 10:38:07 2024 +0000
64
+ # Merge pull request #1226 from hdelan/get-native-mem-on-device2
65
+ # [UR] Add extra param to urMemGetNativeHandle
66
+ set (UNIFIED_RUNTIME_TAG d216eb44d5c9fe3433eecdd09b10e3e79ac25bd7 )
62
67
63
68
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
64
69
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments