Skip to content

Commit 719896a

Browse files
committed
Update UR tag.
1 parent 0be78a3 commit 719896a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 5e95d3334b872e6ae639d627c00dcbb7d206b702
121-
# Author: Maosu Zhao <[email protected]>
122-
# Date: Thu Oct 10 20:48:09 2024 +0800
123-
# [DeviceSanitizer] Only try to get backtrace symbols when needed (#2128)
124-
set(UNIFIED_RUNTIME_TAG 5e95d3334b872e6ae639d627c00dcbb7d206b702)
125-
126-
set(UNIFIED_RUNTIME_REPO "https://github.com/yingcong-wu/unified-runtime.git")
127-
set(UNIFIED_RUNTIME_TAG "yc-0829-move-tracing-before-sanitizer")
120+
# commit 53c461b257e7bbf5827147c3b5ca0b8ea45b434d
121+
# Merge: 2c4bf63b d93b262b
122+
# Author: aarongreig <[email protected]>
123+
# Date: Fri Oct 11 11:01:37 2024 +0100
124+
# Merge pull request #2174 from ProGTX/peter/winfix
125+
# [NFC][CUDA] Include STL headers in program.cpp
126+
set(UNIFIED_RUNTIME_TAG 53c461b257e7bbf5827147c3b5ca0b8ea45b434d)
128127

129128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
130129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)