From e58e17b9ffabda7f89148f408668e3e8eb1aa60c Mon Sep 17 00:00:00 2001 From: aarongreig Date: Wed, 2 Oct 2024 10:28:51 +0100 Subject: [PATCH] [UR][CUDA][HIP] Catch uncaught exception in adapters. (#15568) --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 1baa2d43675f7..ee17573ba6bb7 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 532a4ecb72da4876cef61a4ae4d638e27ad609d5 - # Merge: 22962057 d944ff33 + # commit 0247d0966ca8c5d1e3245f375e48e6c997bed9af + # Merge: 675dd292 04ffc909 # Author: aarongreig - # Date: Mon Sep 30 10:43:10 2024 +0100 - # Merge pull request #1924 from Bensuo/fabio/cmd_buffer_kernel_update - # Add support for command-buffer kernel updates - set(UNIFIED_RUNTIME_TAG 532a4ecb72da4876cef61a4ae4d638e27ad609d5) + # Date: Tue Oct 1 17:10:58 2024 +0100 + # Merge pull request #2154 from npmiller/fix-graph-exce + # [CUDA][HIP] Fix exceptions throwing from adapter + set(UNIFIED_RUNTIME_TAG 0247d0966ca8c5d1e3245f375e48e6c997bed9af) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need