Skip to content

Commit 5d220bc

Browse files
authored
[SYCL][UR] bump UR version (#10633)
to fix: "'scoped_lock' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported]" Ref: oneapi-src/unified-runtime#757 This error showed up after merging: #10269.
1 parent ec6ea1c commit 5d220bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 974a7d64dd1a26ede1ff27919b3b8713b848c376)
7+
set(UNIFIED_RUNTIME_TAG 5513ee2f96c4a56b0ae1c1de307505b2f83984ca)
88

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

0 commit comments

Comments
 (0)