Skip to content

Commit a5161f2

Browse files
[UR][Spec Constants] Improved handling of invalid/unsupported spec. constants (#13204)
Pre-commit MR for oneapi-src/unified-runtime#1469 --------- Co-authored-by: Aaron Greig <[email protected]>
1 parent 6ddf40a commit a5161f2

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_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 4814e505335bfb968ea905d76e5b978f6f4d0002
121-
# Merge: d977bd76 aa53a35d
120+
# commit 22ef899035a85b70b5472416ad6db8021effb5c1
121+
# Merge: 4814e505 f5979a68
122122
# Author: aarongreig <[email protected]>
123-
# Date: Fri Oct 11 16:05:19 2024 +0100
124-
# Merge pull request #2090 from RossBrunton/ross/harden
125-
# Hardening flags
126-
set(UNIFIED_RUNTIME_TAG 4814e505335bfb968ea905d76e5b978f6f4d0002)
123+
# Date: Mon Oct 14 10:03:13 2024 +0100
124+
# Merge pull request #1469 from RossBrunton/ross/specconst
125+
# [Spec Constants] Improved handling of invalid spec. constants
126+
set(UNIFIED_RUNTIME_TAG 22ef899035a85b70b5472416ad6db8021effb5c1)
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)