Skip to content

Commit 45fb7ae

Browse files
authored
[SYCL][UR] Update Unified Runtime to v0.7 (#10664)
This updates the Unified Runtime FetchContent to the v0.7 tag.
1 parent c1bb379 commit 45fb7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if (NOT DEFINED UNIFIED_RUNTIME_LIBRARY OR NOT DEFINED UNIFIED_RUNTIME_INCLUDE_D
44
include(FetchContent)
55

66
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)
88

99
message(STATUS "Will fetch Unified Runtime from ${UNIFIED_RUNTIME_REPO}")
1010
FetchContent_Declare(unified-runtime

sycl/plugins/unified_runtime/ur/adapters/level_zero/platform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urPlatformGetApiVersion(
185185
ur_api_version_t *Version ///< [out] api version
186186
) {
187187
std::ignore = Driver;
188-
*Version = UR_API_VERSION_0_6;
188+
*Version = UR_API_VERSION_CURRENT;
189189
return UR_RESULT_SUCCESS;
190190
}
191191

0 commit comments

Comments
 (0)