Skip to content

Commit e58e17b

Browse files
authored
[UR][CUDA][HIP] Catch uncaught exception in adapters. (#15568)
1 parent 255a774 commit e58e17b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +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 532a4ecb72da4876cef61a4ae4d638e27ad609d5
121-
# Merge: 22962057 d944ff33
120+
# commit 0247d0966ca8c5d1e3245f375e48e6c997bed9af
121+
# Merge: 675dd292 04ffc909
122122
# Author: aarongreig <aaron.greig@codeplay.com>
123-
# Date: Mon Sep 30 10:43:10 2024 +0100
124-
# Merge pull request #1924 from Bensuo/fabio/cmd_buffer_kernel_update
125-
# Add support for command-buffer kernel updates
126-
set(UNIFIED_RUNTIME_TAG 532a4ecb72da4876cef61a4ae4d638e27ad609d5)
123+
# Date: Tue Oct 1 17:10:58 2024 +0100
124+
# Merge pull request #2154 from npmiller/fix-graph-exce
125+
# [CUDA][HIP] Fix exceptions throwing from adapter
126+
set(UNIFIED_RUNTIME_TAG 0247d0966ca8c5d1e3245f375e48e6c997bed9af)
127127

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

0 commit comments

Comments
 (0)