-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL] Cleanup queue's submission ABI entry points #20675
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
is unrelated and known: #20594 |
sycl/include/sycl/queue.hpp
Outdated
| namespace detail { | ||
| class queue_impl; | ||
|
|
||
| #ifndef __INTEL_PREVIEW_BREAKING_CHANGES |
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.
IMO, the scope of this PR should be bigger and remove entire non-preview SubmissionInfo. But if others disagree I won't insist.
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.
@againull I would leave it up to you to decide.
No description provided.