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 @@ -56,14 +56,8 @@ endif()
5656if (SYCL_PI_UR_USE_FETCH_CONTENT)
5757 include (FetchContent)
5858
59- set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60- # commit 67e7da33596c597ef79d940223d372583a78bb2b
61- # Merge: 9b1fb4e9 f0e0be24
62- # Author: Kenneth Benzie (Benie) <[email protected] > 63- # Date: Tue Dec 5 10:46:45 2023 +0000
64- # Merge pull request #999 from hdelan/hip-adapter-multi-dev-ctx
65- # [HIP] Hip adapter multi dev ctx
66- set (UNIFIED_RUNTIME_TAG 67e7da33596c597ef79d940223d372583a78bb2b)
59+ set (UNIFIED_RUNTIME_REPO "https://github.com/steffenlarsen/unified-runtime.git" )
60+ set (UNIFIED_RUNTIME_TAG 4204ef9f17f05733052f6ace5dd125f7e79b407f)
6761
6862 if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6963 set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments