-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Ordered Queue] Begin moving ordered_queue to be a property on the queue. #1035
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can deprecate ordered_queue in the future.
I think it make sense. If you are not going to remove it right away, I suggest adding [[deprecated]]
attribute to orderd_queue
declaration (under __has_cpp_attribute(deprecated)
check as it's C++14 feature).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
…te ordered_queue in the future. Signed-off-by: James Brodman <[email protected]>
Signed-off-by: James Brodman <[email protected]>
Signed-off-by: James Brodman <[email protected]>
Signed-off-by: James Brodman <[email protected]>
Signed-off-by: James Brodman <[email protected]>
I have no idea why tests are failing. They pass on my systems. |
Signed-off-by: James Brodman <[email protected]>
Can deprecate ordered_queue in the future. Preserve now to now break codes that might use it.
Signed-off-by: James Brodman [email protected]