Skip to content

Commit c8cd110

Browse files
committed
checking llvm compiling with new UR from 2147 PR
1 parent ce0dc32 commit c8cd110

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 0247d0966ca8c5d1e3245f375e48e6c997bed9af
121-
# Merge: 675dd292 04ffc909
122-
# Author: aarongreig <aaron.greig@codeplay.com>
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)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/lslusarczyk/unified-runtime.git")
120+
# commit ce0325da13048af40acd61bd43ef88bafd84c6b3
121+
# Merge: 2ad32681 668c5e5d
122+
# Author: Piotr Balcer <piotr.balcer@intel.com>
123+
# Date: Thu Sep 26 10:51:57 2024 +0200
124+
# Merge pull request #2134 from nrspruit/fix_multi_device_event_driver_in_order_syclos
125+
# [L0] Fix Multi Device Event handling and remove unhandled events from in order wait list
126+
set(UNIFIED_RUNTIME_TAG 053d092f46815007ee38f7df14f9ddb807d91613)
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)