Skip to content

Commit 6ddf40a

Browse files
[UR] Set hardening flags on UR targets. (#15455)
Pre-merge commit for: oneapi-src/unified-runtime#2090 --------- Co-authored-by: Aaron Greig <aaron.greig@codeplay.com>
1 parent 01b465a commit 6ddf40a

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 53c461b257e7bbf5827147c3b5ca0b8ea45b434d
121-
# Merge: 2c4bf63b d93b262b
120+
# commit 4814e505335bfb968ea905d76e5b978f6f4d0002
121+
# Merge: d977bd76 aa53a35d
122122
# Author: aarongreig <aaron.greig@codeplay.com>
123-
# Date: Fri Oct 11 11:01:37 2024 +0100
124-
# Merge pull request #2174 from ProGTX/peter/winfix
125-
# [NFC][CUDA] Include STL headers in program.cpp
126-
set(UNIFIED_RUNTIME_TAG 53c461b257e7bbf5827147c3b5ca0b8ea45b434d)
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)
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)