Skip to content

Commit

Permalink
Update FetchUnifiedRuntime.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Sep 20, 2024
1 parent e662625 commit 42d627e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/pbalcer/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG a32549b4d173765e4476dda62ae627b3792e4e9e)
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(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 42d627e

Please sign in to comment.