forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to include oneapi-src/unified-runtime#2016
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/igchor/unified-runtime.git") | ||
# commit b4195cbb694b6e7c6216bf42a757ed700a325855 | ||
# Merge: 5482621c ab77d020 | ||
# Author: Omar Ahmed <[email protected]> | ||
# Date: Mon Aug 26 14:00:04 2024 +0100 | ||
# Merge pull request #2006 from zhaomaosu/devsan-fix-cxxlib-mismatch | ||
# [DeviceSanitizer] Fix libstdc++ and libc++ mismatch problem | ||
set(UNIFIED_RUNTIME_TAG b4195cbb694b6e7c6216bf42a757ed700a325855) | ||
set(UNIFIED_RUNTIME_TAG bed040efb65871fa85cbeba1dc0f3336c66e20a1) | ||
|
||
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") | ||
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need | ||
|