File tree 2 files changed +7
-7
lines changed
sycl/plugins/unified_runtime
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
CCACHE_MAXSIZE : ${{ inputs.build_cache_size }}
31
31
steps :
32
32
- name : Install dependencies
33
- run : brew install ccache ninja
33
+ run : brew install ccache ninja hwloc
34
34
- uses : actions/checkout@v4
35
35
with :
36
36
ref : ${{ inputs.build_ref }}
Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
99
99
endfunction ()
100
100
101
101
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
102
- # commit 3d8fe8d298cec8db624fc230fa5c0e19865aa6f1
103
- # Merge: e8c9f3db 0a259f33
102
+ # commit 2baf095188b235bb2b0a0140f0187d2041aef4b0
103
+ # Merge: 3d8fe8d2 58f85278
104
104
# Author: Piotr Balcer <[email protected] >
105
- # Date: Thu Jul 25 15:13:00 2024 +0200
106
- # Merge pull request #1430 from igchor/umf_dynamic_linking
107
- # Bump UMF version and switch to dynamic linking
108
- set (UNIFIED_RUNTIME_TAG 3d8fe8d298cec8db624fc230fa5c0e19865aa6f1 )
105
+ # Date: Fri Jul 26 12:06:22 2024 +0200
106
+ # Merge pull request #1900 from kswiecicki/umf-version-bump
107
+ # Bump UMF version
108
+ set (UNIFIED_RUNTIME_TAG 58f85278a4ebf37742dd10afb3350580b0b1d9d7 )
109
109
110
110
set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
111
111
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
You can’t perform that action at this time.
0 commit comments