File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent )
58
58
59
59
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
- # commit 79c28d0f0713f58358d5080653d95803fd131749
61
- # Merge: 25e0b603 45d76b78
62
- # Author: aarongreig <aaron.greig @codeplay.com>
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 )
60
+ # commit 43c2ad2363f735fd83282bb8da9d4996424dd3cf
61
+ # Merge: 5d58871c eba3905b
62
+ # Author: Kenneth Benzie (Benie) <k.benzie @codeplay.com>
63
+ # Date: Fri Jan 19 15:52:55 2024 +0000
64
+ # Merge pull request #1260 from kbenzie/benie/dont-include-windows.h-in-ur_info.hpp
65
+ # [Common] Don't include Windows.h in ur_util.hpp
66
+ set (UNIFIED_RUNTIME_TAG 43c2ad2363f735fd83282bb8da9d4996424dd3cf )
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} " )
@@ -150,6 +150,7 @@ set(UNIFIED_RUNTIME_PLUGIN_ARGS
150
150
Threads::Threads
151
151
UnifiedRuntimeLoader
152
152
UnifiedRuntime-Headers
153
+ UnifiedRuntimeCommon
153
154
INCLUDE_DIRS
154
155
"${UNIFIED_RUNTIME_SRC_INCLUDE_DIR} "
155
156
"${UNIFIED_RUNTIME_COMMON_INCLUDE_DIR} "
You can’t perform that action at this time.
0 commit comments