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

[SYCL][DOC] Remove size, get_wait_list from queue #7612

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

gmlueck
Copy link
Contributor

@gmlueck gmlueck commented Dec 1, 2022

Remove the queue::size and queue::get_wait_list member functions from the proposed "sycl_ext_oneapi_queue_status_query" extension.f After some implementation experience, we learned that these functions cause some unexpected overhead. Since we only have a strong use case for queue::empty, we decided to remove these others.

Also rename the extension to match the new scope.

Remove the `queue::size` and `queue::get_wait_list` member functions
from the proposed "sycl_ext_oneapi_queue_status_query" extension.f
After some implementation experience, we learned that these functions
cause some unexpected overhead.  Since we only have a strong use case
for `queue::empty`, we decided to remove these others.

Also rename the extension to match the new scope.
@Pennycook
Copy link
Contributor

I just noticed a typo in the commit ("SYTCL"); I think that can be fixed when it gets merged.

@gmlueck gmlueck changed the title [SYTCL][DOC] Remove size, get_wait_list from queue [SYCL][DOC] Remove size, get_wait_list from queue Dec 2, 2022
@gmlueck
Copy link
Contributor Author

gmlueck commented Dec 2, 2022

I just noticed a typo in the commit ("SYTCL"); I think that can be fixed when it gets merged.

I fixed the title of this PR. I think that's what get's used for the squashed merge.

@againull againull merged commit b540f81 into intel:sycl Dec 2, 2022
@gmlueck gmlueck deleted the gmlueck/queue-empty branch January 20, 2023 15:17
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

Successfully merging this pull request may close these issues.

3 participants