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 Sep 20, 2024
1 parent fb2fcc2 commit dd95996
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,12 @@ 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 897bcfb10a7e13b8e413278550e845322f6bd560 (HEAD, origin/main, origin/HEAD)
# Merge: 18514924 71cdf253
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
# Date: Thu Sep 19 14:35:55 2024 +0100
# Merge pull request #2022 from nrspruit/add_3_channel_image_support
# [L0] Add 3-channel image support
set(UNIFIED_RUNTIME_TAG 897bcfb10a7e13b8e413278550e845322f6bd560)
set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git")
# commit put-commit-here
# Author: Ross Brunton <ross@codeplay.com>
# Date: Fri Sep 13 15:38:40 2024 +0100
# Enable hardening flags on Linux
set(UNIFIED_RUNTIME_TAG 3ffd955d91521ba5deb0dea826a05c98eedae27b)

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

0 comments on commit dd95996

Please sign in to comment.