-
Notifications
You must be signed in to change notification settings - Fork 29
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
clarification on zetCommandListAppendMetricQueryEnd phWaitEvents #51
Comments
This api definition was intentionally changed to mbz in spec 1.1. The error code for nullptr should be removed. This will fix it: #52 |
@bmyates : do you remember why it was changed intentionally to mbz in 1.1? if there was a reason at that moment, do we know if that requirement does not longer apply? |
Requirements are unchanged. Original customer report that motivated change:
|
changes merged in #52 |
For zetCommandListAppendMetricQueryEnd https://spec.oneapi.io/level-zero/latest/tools/api.html?highlight=zetcommandlistappendmetricqueryend#zetcommandlistappendmetricqueryend we have
phWaitEvents – [in][mbz] must be nullptr
ZE_RESULT_ERROR_INVALID_NULL_POINTER
nullptr == phWaitEvents
so it seems we have contradictory statements. phWaitEvents must be zero, but if so, we return INVALID_NULL_POINTER. We need to choose one of the two.
The text was updated successfully, but these errors were encountered: