-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UR][L0] Use zesInit for SysMan API usage
-pre-commit PR for oneapi-src/unified-runtime#2017 Signed-off-by: Neil R. Spruit <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 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/nrspruit/unified-runtime.git") | ||
# commit 6298474e628889d3598b9416303a52e67a2b66aa | ||
# Merge: 3cd6eaeb 4bb6a103 | ||
# Author: Piotr Balcer <[email protected]> | ||
# Date: Wed Sep 18 09:20:05 2024 +0200 | ||
# Merge pull request #2093 from lslusarczyk/memleak-fix | ||
# fixed issue #1990, L0 leaks checker counts successful create/destroy only | ||
set(UNIFIED_RUNTIME_TAG 6298474e628889d3598b9416303a52e67a2b66aa) | ||
set(UNIFIED_RUNTIME_TAG 5713046b56eb85ecf2f017b352ce3e791bead190) | ||
|
||
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") | ||
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need | ||
|
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
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