File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,16 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116 CACHE PATH "Path to external '${name} ' adapter source dir" FORCE)
117117 endfunction ()
118118
119- set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
120- # commit 80fdb0261d4a3623b05d1795f2f59ace9f718d76
121- # Merge: 568a96aa 77b6c4c7
122- # Author: aarongreig <[email protected] > 123- # Date: Wed Oct 16 13:53:51 2024 +0100
124- # Merge pull request #2206 from oneapi-src/revert-2138-counter-based-3
125- # Revert "[L0] Phase 2 of Counter-Based Event Implementation"
126- set (UNIFIED_RUNTIME_TAG 80fdb0261d4a3623b05d1795f2f59ace9f718d76)
119+ set (UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git" )
120+ # commit 623e885868188f61c0ef099eba8f7a87a530591e
121+ # Author: Ross Brunton <[email protected] > 122+ # Date: Tue Oct 8 16:56:58 2024 +0100
123+ # Enable Wextra on Linux
124+ #
125+ # Also fixed some warnings:
126+ # * A small fallthrough bug fix for level zero v2
127+ # * Unset initializers in command buffer tests
128+ set (UNIFIED_RUNTIME_TAG 623e885868188f61c0ef099eba8f7a87a530591e)
127129
128130 set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
129131 # 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