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 23, 2024
1 parent 5cd9de1 commit 70e2832
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 7384e2d7b908de0b2bca9f3c57827ea84698864e
# Merge: ed85c3e2 a32549b4
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
# Date: Fri Sep 20 14:56:40 2024 +0100
# Merge pull request #2108 from pbalcer/fix-perf-tracing-logs
# fix perf regression in tracing layer
set(UNIFIED_RUNTIME_TAG 7384e2d7b908de0b2bca9f3c57827ea84698864e)
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 cbd554e4be465bf485566af5963dab68da5a3627)

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 70e2832

Please sign in to comment.