Skip to content

Commit 561226d

Browse files
nrspruitaarongreig
authored andcommitted
[UR][L0] Refactor to remove default constructor inits
-pre-commit PR for oneapi-src/unified-runtime#2063 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 1791115 commit 561226d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit af7e275b509b41f54a66743ebf748dfb51668abf
121-
# Author: Maosu Zhao <[email protected]>
122-
# Date: Thu Oct 17 16:31:21 2024 +0800
123-
# [DeviceSanitizer] Refactor the code to manage shadow memory (#2127)
124-
set(UNIFIED_RUNTIME_TAG af7e275b509b41f54a66743ebf748dfb51668abf)
120+
# commit cfada6f1f7049fba54d282bde03b2fe3f4106475
121+
# Merge: 7739fc9c 4854c2fc
122+
# Author: aarongreig <[email protected]>
123+
# Date: Thu Oct 17 14:10:24 2024 +0100
124+
# Merge pull request #2063 from nrspruit/refactor_l0_default_init
125+
# [L0] Refactor to remove default constructor inits
126+
set(UNIFIED_RUNTIME_TAG cfada6f1f7049fba54d282bde03b2fe3f4106475)
125127

126128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
127129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)