Skip to content

Commit

Permalink
[UR] UR Hardening
Browse files Browse the repository at this point in the history
Pre-merge commit for: oneapi-src/unified-runtime#2090
  • Loading branch information
RossBrunton committed Oct 8, 2024
1 parent c7c4130 commit b6b9394
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,21 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit b79ebe4e98789144bcdf3832088eb6e6b5ae6967
# Merge: 7b4bc761 fbb6e862
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Fri Oct 4 16:39:59 2024 +0100
# Merge pull request #2018 from wenju-he/L0-bindless-image-device-query
# [L0] Fix device query of bindless image support
set(UNIFIED_RUNTIME_TAG b79ebe4e98789144bcdf3832088eb6e6b5ae6967)

set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git")
# commit d210b7baac1bc4ada58f5bf22cde027bbca67c15
# Author: Ross Brunton <ross@codeplay.com>
# Date: Fri Sep 13 15:38:40 2024 +0100
# Hardening flags and replaced UR_DEVELOPER_MODE
#
# UR_DEVELOPER_MODE has been replaced with UR_UNIX_WFLAGS, which the
# user can use to set `-Werror`, `-Wextra` and so on. The other flags
# set by this variable either have no effect (-fno-omit-frame-pointer)
# or are now always enabled (-fstack-protector-strong).
#
# UR_DEVELOPER_MODE still exists for MSVC.
#
# Some smaller warnings have also been fixed.
set(UNIFIED_RUNTIME_TAG d210b7baac1bc4ada58f5bf22cde027bbca67c15)
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
# to link statically on windows
Expand Down

0 comments on commit b6b9394

Please sign in to comment.