Skip to content

Commit dd71ba5

Browse files
committed
Pull in a batch of minor native cpu fixes.
1 parent 876bca1 commit dd71ba5

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
@@ -116,14 +116,14 @@ 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 5ade7fc44d453d86dc7440595dbea37c29ce54dc
121-
# Merge: 66ea35dc 0b5b89f0
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git")
120+
# commit 22ef899035a85b70b5472416ad6db8021effb5c1
121+
# Merge: 4814e505 f5979a68
122122
# Author: aarongreig <[email protected]>
123-
# Date: Mon Oct 14 12:17:07 2024 +0100
124-
# Merge pull request #1823 from Bensuo/ewan/ur_dyn_events
125-
# Add event update to command-buffers
126-
set(UNIFIED_RUNTIME_TAG 5ade7fc44d453d86dc7440595dbea37c29ce54dc)
123+
# Date: Mon Oct 14 10:03:13 2024 +0100
124+
# Merge pull request #1469 from RossBrunton/ross/specconst
125+
# [Spec Constants] Improved handling of invalid spec. constants
126+
set(UNIFIED_RUNTIME_TAG aaron/nativeCPUBatch)
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)