Skip to content

Commit 9c83b2f

Browse files
committed
[UR] Pull in changes from UR PR 1190 to refactor hip adapter error handling.
1 parent 71bc163 commit 9c83b2f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +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 2ad32681efd2c977f2c1f7f3a30d572d4c15499c
121-
# Author: Hugh Delaney <[email protected]>
122-
# Date: Wed Sep 25 15:55:05 2024 +0100
123-
# Associate queue with device in context (#1992)
124-
# Making a native queue doesn't require hDevice to be non null, but this
125-
# associates the queue with a null device, even if hContext contains valid
126-
# devices.
127-
set(UNIFIED_RUNTIME_TAG 2ad32681efd2c977f2c1f7f3a30d572d4c15499c)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git")
120+
set(UNIFIED_RUNTIME_TAG aaron/refactorHipEnqueueErrors)
128121

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

0 commit comments

Comments
 (0)