Skip to content

Commit 802eac6

Browse files
committed
Update UR tag
1 parent 3575541 commit 802eac6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

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

119119
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)
120+
# commit 6d9c97f4979ff3b8f375ee2bb9553a0e54d40338
121+
# Merge: ce0325da 3dfcdfde
122+
# Author: aarongreig <[email protected]>
123+
# Date: Thu Sep 26 10:52:17 2024 +0100
124+
# Merge pull request #2013 from winstonzhang-intel/URLZA-186
125+
# [L0] zeDeviceCanAccessPeer call optimization
126+
set(UNIFIED_RUNTIME_TAG 6d9c97f4979ff3b8f375ee2bb9553a0e54d40338)
128127

129128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
130129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
@@ -137,8 +136,8 @@ if(SYCL_UR_USE_FETCH_CONTENT)
137136
endif()
138137

139138
fetch_adapter_source(level_zero
140-
https://github.com/winstonzhang-intel/unified-runtime.git
141-
3dfcdfde5a79bfc587f3a5e45789b66e9e6a26ff
139+
${UNIFIED_RUNTIME_REPO}
140+
${UNIFIED_RUNTIME_TAG}
142141
)
143142

144143
fetch_adapter_source(opencl

0 commit comments

Comments
 (0)