Skip to content

Commit ab6763c

Browse files
committed
[UR] Pull in a fix for cuda adapter and a minor refactor for hip adapter
1 parent 91eaa05 commit ab6763c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +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/oneapi-src/unified-runtime.git")
120-
# commit 7907998a442b381a6669d2ae5ab957f8ddda5d03
121-
# Merge: 7e9d9d47 ae7f58e3
122-
# Author: aarongreig <[email protected]>
123-
# Date: Fri Oct 4 11:35:10 2024 +0100
124-
# Merge pull request #2121 from nrspruit/error_after_free_syclos
125-
# [L0] Refcnt Parent Buffer on Sub Buffer Create and die on use of buffer after free
126-
set(UNIFIED_RUNTIME_TAG 7907998a442b381a6669d2ae5ab957f8ddda5d03)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git")
120+
set(UNIFIED_RUNTIME_TAG aaron/cudaHipBatch)
127121

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

0 commit comments

Comments
 (0)