-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[UR][L0] Refactor to remove default constructor inits" (#15753)
Reverts intel/llvm#15309
- Loading branch information
1 parent
43155a5
commit 2a2987d
Showing
1 changed file
with
5 additions
and
7 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 |
---|---|---|
|
@@ -117,13 +117,11 @@ if(SYCL_UR_USE_FETCH_CONTENT) | |
endfunction() | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit cfada6f1f7049fba54d282bde03b2fe3f4106475 | ||
# Merge: 7739fc9c 4854c2fc | ||
# Author: aarongreig <[email protected]> | ||
# Date: Thu Oct 17 14:10:24 2024 +0100 | ||
# Merge pull request #2063 from nrspruit/refactor_l0_default_init | ||
# [L0] Refactor to remove default constructor inits | ||
set(UNIFIED_RUNTIME_TAG cfada6f1f7049fba54d282bde03b2fe3f4106475) | ||
# commit af7e275b509b41f54a66743ebf748dfb51668abf | ||
# Author: Maosu Zhao <[email protected]> | ||
# Date: Thu Oct 17 16:31:21 2024 +0800 | ||
# [DeviceSanitizer] Refactor the code to manage shadow memory (#2127) | ||
set(UNIFIED_RUNTIME_TAG af7e275b509b41f54a66743ebf748dfb51668abf) | ||
|
||
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") | ||
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need | ||
|