Skip to content

Commit 8654f44

Browse files
[UR] Warning squishing (#15486)
Pre-commit MR for: oneapi-src/unified-runtime#2116 --------- Co-authored-by: Aaron Greig <[email protected]>
1 parent bf6c089 commit 8654f44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 7a2caca559da81620c7430521873045bf42eafc1
121-
# Merge: 1d1808a4 96f66e0f
122-
# Author: Piotr Balcer <piotr.balcer@intel.com>
123-
# Date: Tue Sep 24 13:00:46 2024 +0200
124-
# Merge pull request #2117 from pbalcer/fix-filter-out-same-cmdlists
125-
# Fix urEnqueueEventsWaitWithBarrier when used with interop events
126-
set(UNIFIED_RUNTIME_TAG 7a2caca559da81620c7430521873045bf42eafc1)
120+
# commit 45ad7c52a75e6d3e52f658e38e796563744914c7
121+
# Merge: 7a2caca5 3bf2becb
122+
# Author: aarongreig <aaron.greig@codeplay.com>
123+
# Date: Tue Sep 24 08:04:54 2024 -0700
124+
# Merge pull request #2116 from RossBrunton/ross/morewarn
125+
# More warning squishing
126+
set(UNIFIED_RUNTIME_TAG 45ad7c52a75e6d3e52f658e38e796563744914c7)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)