Skip to content

Commit 3196701

Browse files
committed
[UR] Bump UR with optional profiling info
UR: oneapi-src/unified-runtime#2533
1 parent 745423b commit 3196701

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed
Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# commit f058cb230c65fe8094f74043d0c9afd5ba0e8325
2-
# Merge: 871061f1 3bf76246
1+
set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git")
2+
# commit 0d072451464c2b62c28a9919ef5ff6d3b894abb0
33
# Author: Ross Brunton <[email protected]>
4-
# Date: Tue Jan 21 15:49:41 2025 +0000
5-
# Merge pull request #2593 from RossBrunton/ross/formatall
6-
# Ensure all files are clang formatted
7-
set(UNIFIED_RUNTIME_TAG f058cb230c65fe8094f74043d0c9afd5ba0e8325)
4+
# Date: Wed Jan 8 16:08:16 2025 +0000
5+
# Make profiling info optional and update tests
6+
#
7+
# This patch turns all of the values returned by urEventGetProfilingInfo
8+
# to be optional and updates adapters to handle this by returning the
9+
# appropriate enum when it is not supported.
10+
#
11+
# The tests have also been updated, to ensure that returning a counter of
12+
# "0" or values equal to the previous profiling event is no longer
13+
# considered a failure.
14+
set(UNIFIED_RUNTIME_TAG 0d072451464c2b62c28a9919ef5ff6d3b894abb0)

0 commit comments

Comments
 (0)