Skip to content

Commit 173bcb3

Browse files
committed
[SYCL][UR] Bump UR to v0.10.8
1 parent e7d1a72 commit 173bcb3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,11 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 4d19115165b5497b647ae1b2e110488f84d1806a
121-
# Merge: fb6df497 3f128d09
120+
# commit 04db12683146673af9a09e923c19cf9a4ee96982
122121
# Author: Piotr Balcer <[email protected]>
123-
# Date: Tue Sep 17 10:31:44 2024 +0200
124-
# Merge pull request #2087 from nrspruit/fix_driver_inorder_event_wait
125-
# [L0] Fix urEnqueueEventsWaitWithBarrier for driver in order lists
126-
set(UNIFIED_RUNTIME_TAG 4d19115165b5497b647ae1b2e110488f84d1806a)
122+
# Date: Thu Sep 26 12:28:31 2024 +0200
123+
# Set version to v0.10.8
124+
set(UNIFIED_RUNTIME_TAG v0.10.8)
127125

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

0 commit comments

Comments
 (0)