We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When people read the spec, the first example of SYCL they see (https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:anatomy) is a buffer example. It doesn't represent the reality of how people are using SYCL.
I would suggest replacing it with a USM example.
The text was updated successfully, but these errors were encountered:
On the other hand I cry when I see pointers in some modern C++ code.
Sorry, something went wrong.
No branches or pull requests
When people read the spec, the first example of SYCL they see (https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:anatomy) is a buffer example. It doesn't represent the reality of how people are using SYCL.
I would suggest replacing it with a USM example.
The text was updated successfully, but these errors were encountered: