File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ 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 cdde49630db86e46936287a4ce34780d8d53f0aa
61
- # Merge: 9b97a5f6 05c3b0dc
59
+ set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime" )
60
+ # commit 51d7180c344bbc2f942533e5fc51b0b04871f8d5
61
+ # Merge: b66cf9b1 0e37380e
62
62
# Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Thu Jan 25 14:08:22 2024 +0000
64
- # Merge pull request #1277 from pbalcer/l0-coverity-fixes
65
- # [L0] fix coverity issues
66
- set (UNIFIED_RUNTIME_TAG cdde49630db86e46936287a4ce34780d8d53f0aa )
63
+ # Date: Fri Jan 26 12:20:20 2024 +0000
64
+ # Merge pull request #1205 from ykhatav/ur_dependentload
65
+ # [UR] add dependent-load flag to exclude CWD from default search path …
66
+ set (UNIFIED_RUNTIME_TAG 51d7180c344bbc2f942533e5fc51b0b04871f8d5 )
67
67
68
68
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
69
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments