Skip to content

Commit 71bc163

Browse files
authored
[UR] Update UR tag to include some fixes for the cuda + hip adapters. (#15502)
1 parent 4d0d876 commit 71bc163

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 7ecf64d60c31cd72bd88588498536d067bad59d6
121-
# Merge: 17aa04d3 6eb5208b
122-
# Author: aarongreig <[email protected]>
123-
# Date: Wed Sep 25 11:14:47 2024 +0100
124-
# Merge pull request #1996 from frasercrmck/ur-max-wg-size-props
125-
# Add two new properties to ur_kernel_group_info_t
126-
set(UNIFIED_RUNTIME_TAG 7ecf64d60c31cd72bd88588498536d067bad59d6)
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)
127128

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

0 commit comments

Comments
 (0)