Skip to content

Commit dd2d5e3

Browse files
committed
Update UR tag.
1 parent 7e2185f commit dd2d5e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ if(SYCL_UR_USE_FETCH_CONTENT)
150150
)
151151

152152
fetch_adapter_source(native_cpu
153-
"https://github.com/PietroGhg/unified-runtime.git"
154-
pietro/events_initial
153+
${UNIFIED_RUNTIME_REPO}
154+
${UNIFIED_RUNTIME_TAG}
155155
)
156156

157157
if(SYCL_UR_OVERRIDE_FETCH_CONTENT_REPO)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit 58abf8fa778376546274c52304b9f924314d65e6
2-
# Merge: a96fddec a97df490
1+
# commit eddfd8ef62a267921612801ed4300cc429460b05
2+
# Merge: 58abf8fa ec5e8ea6
33
# Author: aarongreig <[email protected]>
4-
# Date: Thu Oct 24 13:37:02 2024 +0100
5-
# Merge pull request #2160 from aarongreig/aaron/clQuerySourceWGSize
6-
# Query out and use local size set in program IL in CL adapter
7-
set(UNIFIED_RUNTIME_TAG 58abf8fa778376546274c52304b9f924314d65e6)
4+
# Date: Thu Oct 24 16:16:06 2024 +0100
5+
# Merge pull request #2153 from PietroGhg/pietro/events_initial
6+
# [NATIVECPU] Initial implementation of events on Native CPU
7+
set(UNIFIED_RUNTIME_TAG eddfd8ef62a267921612801ed4300cc429460b05)

0 commit comments

Comments
 (0)