Skip to content

Commit 32322c8

Browse files
committed
[UR] Pull in a batch of CL adapter fixes.
1 parent 14e04eb commit 32322c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ 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/againull/unified-runtime")
120-
set(UNIFIED_RUNTIME_TAG 44a2f0234f9270aab0c8633c07da81e96fc5e214)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime")
120+
set(UNIFIED_RUNTIME_TAG aaron/clBatch)
121121

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

0 commit comments

Comments
 (0)