File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 CCACHE_MAXSIZE : ${{ inputs.build_cache_size }}
3131 steps :
3232 - name : Install dependencies
33- run : brew install ccache ninja
33+ run : brew install ccache ninja hwloc
3434 - uses : actions/checkout@v4
3535 with :
3636 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)
9999 endfunction ()
100100
101101 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
104104 # 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 )
109109
110110 set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
111111 # 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