File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,14 @@ endif()
53
53
if (SYCL_PI_UR_USE_FETCH_CONTENT )
54
54
include (FetchContent )
55
55
56
- set (UNIFIED_RUNTIME_REPO "https://github.com/npmiller/unified-runtime.git" )
57
- set (UNIFIED_RUNTIME_TAG b4425bc19fb9eaa445247c2179563a1f7e9356cc )
56
+ set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
57
+ # commit 3a3aae387eaa8aa072ff310b94df83c9d1a33a0b
58
+ # Merge: 614e6d0 b4425bc
59
+ # Author: Kenneth Benzie (Benie) <[email protected] >
60
+ # Date: Mon Oct 23 14:49:01 2023 +0100
61
+ # Merge pull request #945 from npmiller/fix-priority
62
+ # [CUDA] Fix queue creation with native handle
63
+ set (UNIFIED_RUNTIME_TAG 3a3aae387eaa8aa072ff310b94df83c9d1a33a0b )
58
64
59
65
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
60
66
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments