-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make profiling info optional and update tests #2533
Conversation
e866d27
to
f7b33d3
Compare
4b9b724
to
82f65c3
Compare
@oneapi-src/unified-runtime-native-cpu-write @oneapi-src/unified-runtime-hip-write @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-level-zero-write Can I get some quick eyeballs on this? It updates the profiling info call to return |
82f65c3
to
56bc47d
Compare
@oneapi-src/unified-runtime-native-cpu-write @oneapi-src/unified-runtime-hip-write @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-level-zero-write Can I get this looked at? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CUDA/HIP LGTM
56bc47d
to
431e7dc
Compare
@oneapi-src/unified-runtime-native-cpu-write @oneapi-src/unified-runtime-level-zero-write Anything blocking this? |
431e7dc
to
e5aa217
Compare
@oneapi-src/unified-runtime-native-cpu-write @oneapi-src/unified-runtime-level-zero-write Can I get this looked at? |
e5aa217
to
410dccb
Compare
This patch turns all of the values returned by urEventGetProfilingInfo to be optional and updates adapters to handle this by returning the appropriate enum when it is not supported. The tests have also been updated, to ensure that returning a counter of "0" or values equal to the previous profiling event is no longer considered a failure.
410dccb
to
29c83fd
Compare
…ional and improve its conformance test (#17067) Migrated from oneapi-src/unified-runtime#2533 This patch turns all of the values returned by urEventGetProfilingInfo to be optional and updates adapters to handle this by returning the appropriate enum when it is not supported. The tests have also been updated, to ensure that returning a counter of "0" or values equal to the previous profiling event is no longer considered a failure.
… and improve its conformance test (#17067) Migrated from oneapi-src#2533 This patch turns all of the values returned by urEventGetProfilingInfo to be optional and updates adapters to handle this by returning the appropriate enum when it is not supported. The tests have also been updated, to ensure that returning a counter of "0" or values equal to the previous profiling event is no longer considered a failure.
This patch turns all of the values returned by urEventGetProfilingInfo
to be optional and updates adapters to handle this by returning the
appropriate enum when it is not supported.
The tests have also been updated, to ensure that returning a counter of
"0" or values equal to the previous profiling event is no longer
considered a failure.