Skip to content

Commit

Permalink
Revert "[UR][L0] Refactor to remove default constructor inits" (#15753)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenlarsen authored Oct 18, 2024
1 parent 43155a5 commit 2a2987d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a2987d

Please sign in to comment.