Skip to content

Commit 308792b

Browse files
committed
[UR] Enable WExtra
Pre-commit MR for: oneapi-src/unified-runtime#2183
1 parent dcb975d commit 308792b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)