Skip to content

Commit 61d9003

Browse files
committed
[UR] Bump with l0 event changes
UR: oneapi-src/unified-runtime#2620
1 parent 20d4bec commit 61d9003

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# commit 14f4a3ba70b91b3adc411ec6bfc8ae86e948a990
2-
# Merge: 4643d1c0 3ed86fae
3-
# Author: Kenneth Benzie (Benie) <[email protected]>
4-
# Date: Wed Jan 29 13:55:27 2025 +0000
1+
set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git")
2+
# commit 80fa413d390d07de396daa851d3fc2ff3ea8cb35
3+
# Author: Ross Brunton <[email protected]>
4+
# Date: Mon Jan 27 12:34:34 2025 +0000
5+
# Remove virtual methods from ur_mem_handle_t_
56
#
6-
# Merge pull request #2578 from Bensuo/ewan/remove_command_ref_counting
7+
# We want to transition to handle pointers containing the ddi table as the
8+
# first element. For this to work, handle object must not have a vtable.
79
#
8-
# Remove command-buffer command handle ref counting
9-
set(UNIFIED_RUNTIME_TAG 14f4a3ba70b91b3adc411ec6bfc8ae86e948a990)
10+
# Since ur_mem_handle_t_ is relatively simple, it's easy enough to roll
11+
# out our own version of dynamic dispatch.
12+
set(UNIFIED_RUNTIME_TAG 80fa413d390d07de396daa851d3fc2ff3ea8cb35)

0 commit comments

Comments
 (0)