Skip to content

Commit

Permalink
UR PR test
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAKirk committed Sep 10, 2024
1 parent 93ee5b9 commit 2ef220e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +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/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/JackAKirk/unified-runtime.git")
# commit 8c9dd7e464a99ebbfb238ac2dabefc3ac77baea5
# Merge: a99dbcee 3abe18cf
# Author: Piotr Balcer <[email protected]>
# Date: Fri Sep 6 17:21:17 2024 +0200
# Merge pull request #1820 from pbalcer/static-linking
# Add support for static linking of the L0 adapter
set(UNIFIED_RUNTIME_TAG 8c9dd7e464a99ebbfb238ac2dabefc3ac77baea5)
set(UNIFIED_RUNTIME_TAG 5575dde43128732777f08952be5ae476cea846ed)

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 2ef220e

Please sign in to comment.