Skip to content

Commit 35b926a

Browse files
[UR] test PR for UR PR 2028 (#15221)
UR PR: oneapi-src/unified-runtime#2028 --------- Co-authored-by: Aaron Greig <aaron.greig@codeplay.com>
1 parent b5f0191 commit 35b926a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +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 <maosu.zhao@intel.com>
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)
120+
# commit 53c461b257e7bbf5827147c3b5ca0b8ea45b434d
121+
# Merge: 2c4bf63b d93b262b
122+
# Author: aarongreig <aaron.greig@codeplay.com>
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)
125127

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

0 commit comments

Comments
 (0)