diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 525c27a32258e..58104ab87d3a9 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,11 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 5e95d3334b872e6ae639d627c00dcbb7d206b702 - # Author: Maosu Zhao - # Date: Thu Oct 10 20:48:09 2024 +0800 - # [DeviceSanitizer] Only try to get backtrace symbols when needed (#2128) - set(UNIFIED_RUNTIME_TAG 5e95d3334b872e6ae639d627c00dcbb7d206b702) + # commit 53c461b257e7bbf5827147c3b5ca0b8ea45b434d + # Merge: 2c4bf63b d93b262b + # Author: aarongreig + # Date: Fri Oct 11 11:01:37 2024 +0100 + # Merge pull request #2174 from ProGTX/peter/winfix + # [NFC][CUDA] Include STL headers in program.cpp + set(UNIFIED_RUNTIME_TAG 53c461b257e7bbf5827147c3b5ca0b8ea45b434d) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need