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()
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 79c28d0f0713f58358d5080653d95803fd131749
61
- # Merge: 25e0b603 45d76b78
62
- # Author: aarongreig <[email protected] >
63
- # Date: Fri Jan 12 16:14:44 2024 +0000
64
- # Merge pull request #1186 from hdelan/device-global-hip
65
- # [HIP] Add support for global variable read write
66
- set (UNIFIED_RUNTIME_TAG 79c28d0f0713f58358d5080653d95803fd131749 )
59
+ set (UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git" )
60
+ set (UNIFIED_RUNTIME_TAG d35ea940b0a34d87b05faf19e9fbbce74ab88531 )
67
61
68
62
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
63
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments