Skip to content

Support sycl_ext_intel_queue_index extension #120

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

Closed
kbenzie opened this issue Dec 12, 2022 · 2 comments · Fixed by #129
Closed

Support sycl_ext_intel_queue_index extension #120

kbenzie opened this issue Dec 12, 2022 · 2 comments · Fixed by #129
Assignees
Labels
pi DPC++ PI requirement
Milestone

Comments

@kbenzie
Copy link
Contributor

kbenzie commented Dec 12, 2022

intel/llvm#7599 introduces support for the sycl_ext_intel_queue_index by adding an alternative signature of piQueueCreate which allows specifying a null terminated array of queue properties to enable the application to specify the desired queue index for devices which support it. Refer to the extension specification for more detail, and the PR for implementation details.

To resolve this ticket the UR spec should be updated to enable this extension.

@aelovikov-intel
Copy link
Contributor

It's needed not only to support the extension, but to support current SYCL implementation at all as the new API is used unconditionally.

@kbenzie
Copy link
Contributor Author

kbenzie commented Dec 13, 2022

@aelovikov-intel noted, in that case when added to Unified Runtime we will ensure it is not optional.

@veselypeta veselypeta self-assigned this Dec 13, 2022
@kbenzie kbenzie added this to the 0.7 milestone Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pi DPC++ PI requirement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants