Skip to content

[SYCL][Queues] Remove ordered_queue. #1686

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

Merged
merged 1 commit into from
May 14, 2020
Merged

[SYCL][Queues] Remove ordered_queue. #1686

merged 1 commit into from
May 14, 2020

Conversation

jbrodman
Copy link
Contributor

Remove ordered_queue class that was deprecated in favor of a property on the queue class. Update tests to use the queue in_order property.

Signed-off-by: James Brodman [email protected]

@jbrodman jbrodman requested review from againull and a team as code owners May 13, 2020 16:37
Copy link
Contributor

@againull againull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed only sycl/include/CL/sycl/detail/stream_impl.hpp

@@ -64,28 +64,6 @@ int main() {
assert(dest[i] == i * 3);
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you removed code instead of creating queue like queue q{property::queue::in_order()}

@bader bader merged commit 875347a into intel:sycl May 14, 2020
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.

4 participants