Skip to content

Commit f5bbb7a

Browse files
authored
[SYCL][Graph] Bump L0 UR Tag (intel#15035)
Tests UR PR oneapi-src/unified-runtime#1960 for fixing a UR CTS bug in the L0 adapter for command-buffers.
1 parent bddc0a4 commit f5bbb7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+6-6
Original file line numberDiff line numberDiff line change
@@ -117,13 +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 e02d78ba74efd21219b18f4083cf9afc14a16759
121-
# Merge: e50a4ddc c12957bd
120+
# commit 26f1dfc0b187763bc739537bdd0d8c76f32bd48e
121+
# Merge: 89dc3a56 2dbe0800
122122
# Author: Omar Ahmed <[email protected]>
123-
# Date: Fri Aug 9 15:41:55 2024 +0100
124-
# Merge pull request #1933 from nrspruit/fix_driver_version_check
125-
# [L0] Fix Driver Version check to use extension and tuple check
126-
set(UNIFIED_RUNTIME_TAG e02d78ba74efd21219b18f4083cf9afc14a16759)
123+
# Date: Tue Aug 13 11:12:55 2024 +0100
124+
# Merge pull request #1960 from Bensuo/ewan/imm_command_list_fix
125+
# Command-buffer immediate command-list CTS fix
126+
set(UNIFIED_RUNTIME_TAG 26f1dfc0b187763bc739537bdd0d8c76f32bd48e)
127127

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

0 commit comments

Comments
 (0)