-
Notifications
You must be signed in to change notification settings - Fork 772
[SYCL] Add buffer container constructor and CTAD #773
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
ddf4392
to
b50f3d5
Compare
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.
Nice! :-)
1197022
to
01d33e0
Compare
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.
That looks like good features in a modern C++ context.
@rolandschulz, there are unresolved comments, but I'm not sure if we expect any changes in the code. |
Prototype of a proposal to add a buffer constructor which takes a contiguous buffer as an argument to simplify usage. Signed-off-by: Roland Schulz <[email protected]>
Signed-off-by: Roland Schulz <[email protected]>
Signed-off-by: Roland Schulz <[email protected]>
7534dad
to
bff7061
Compare
Sorry forgot about the one comment. Done. Also rebased. |
Prototype of a proposal to add a buffer constructor which takes a contiguous buffer as an argument to simplify usage and add buffer deduction guides for both iterator and container.