Skip to content

Commit 7fc17d4

Browse files
authored
[UR][L0] Fix Driver Version check to use extension and tuple check (#14960)
-pre-commit PR for oneapi-src/unified-runtime#1933 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent f33fc10 commit 7fc17d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ 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 e50a4ddcdb450ab11f8b2f0a1b54f01a3d6de44f
121-
# Merge: 3c12bbce 6b373e33
120+
# commit e02d78ba74efd21219b18f4083cf9afc14a16759
121+
# Merge: e50a4ddc c12957bd
122122
# Author: Omar Ahmed <[email protected]>
123-
# Date: Fri Aug 9 14:34:49 2024 +0100
124-
# Merge pull request #1923 from sarnex/buildlog
125-
# [L0] Return the build log on compilation failure
126-
set(UNIFIED_RUNTIME_TAG e50a4ddcdb450ab11f8b2f0a1b54f01a3d6de44f)
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)
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)