File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,8 @@ endif()
53
53
if (SYCL_PI_UR_USE_FETCH_CONTENT )
54
54
include (FetchContent )
55
55
56
- set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
57
- # commit a76e3b185a5e1df9114dc483077227f88f522244
58
- # Merge: 3653e582 657ffde9
59
- # Author: Kenneth Benzie (Benie) <[email protected] >
60
- # Date: Fri Oct 20 12:12:15 2023 +0100
61
- # Merge pull request #972 from oneapi-src/revert-906-l0_usm_error_checking
62
- # Revert "[UR][L0] Propagate errors from `USMAllocationMakeResident`"
63
- set (UNIFIED_RUNTIME_TAG a76e3b185a5e1df9114dc483077227f88f522244 )
56
+ set (UNIFIED_RUNTIME_REPO "https://github.com/npmiller/unified-runtime.git" )
57
+ set (UNIFIED_RUNTIME_TAG b4425bc19fb9eaa445247c2179563a1f7e9356cc )
64
58
65
59
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
66
60
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments