File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if (NOT DEFINED UNIFIED_RUNTIME_LIBRARY OR NOT DEFINED UNIFIED_RUNTIME_INCLUDE_D
4
4
include (FetchContent )
5
5
6
6
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
7
- set (UNIFIED_RUNTIME_TAG 5513ee2f96c4a56b0ae1c1de307505b2f83984ca )
7
+ set (UNIFIED_RUNTIME_TAG v0.7 )
8
8
9
9
message (STATUS "Will fetch Unified Runtime from ${UNIFIED_RUNTIME_REPO} " )
10
10
FetchContent_Declare (unified-runtime
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urPlatformGetApiVersion(
185
185
ur_api_version_t *Version // /< [out] api version
186
186
) {
187
187
std::ignore = Driver;
188
- *Version = UR_API_VERSION_0_6 ;
188
+ *Version = UR_API_VERSION_CURRENT ;
189
189
return UR_RESULT_SUCCESS;
190
190
}
191
191
You can’t perform that action at this time.
0 commit comments