Skip to content
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

Instrospection API - addition #279

Open
jfedorov opened this issue Feb 15, 2024 · 0 comments
Open

Instrospection API - addition #279

jfedorov opened this issue Feb 15, 2024 · 0 comments

Comments

@jfedorov
Copy link

A ~month back I submitted this issue
Since that we moved to implementing device side profiling with Start/Stop in the middle of the application and realized that we need more information on the Command Queue.
For sure we need to know - if Queue is in-order or out-of-order. The other info - might be required - let's add it here for the completeness.
Can you, please, add three following APIs:

ze_result_t zeCommandQueueGetFlags(ze_command_queue_handle_t hCmdQueue, ze_command_queue_flags_t* pFlags)

ze_result_t zeCommandQueueGetMode(ze_command_queue_handle_t hCmdQueue, ze_command_queue_mode_t* pMode)

ze_result_t zeCommandQueueGetPriority(ze_command_queue_handle_t hCmdQueue, ze_command_queue_priority_t* pPriority)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant