From 561226d03a800103bf010ede85a976989da694f9 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 5 Sep 2024 16:04:33 -0700 Subject: [PATCH] [UR][L0] Refactor to remove default constructor inits -pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/2063 Signed-off-by: Neil R. Spruit --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index 8f59101cbeb32..4a341d997d424 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,11 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit af7e275b509b41f54a66743ebf748dfb51668abf - # Author: Maosu Zhao - # Date: Thu Oct 17 16:31:21 2024 +0800 - # [DeviceSanitizer] Refactor the code to manage shadow memory (#2127) - set(UNIFIED_RUNTIME_TAG af7e275b509b41f54a66743ebf748dfb51668abf) + # commit cfada6f1f7049fba54d282bde03b2fe3f4106475 + # Merge: 7739fc9c 4854c2fc + # Author: aarongreig + # 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) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need