Skip to content
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

Replace ::cl::sycl with SYCL 2020 ::sycl namespace #26

Open
psalz opened this issue May 7, 2021 · 1 comment
Open

Replace ::cl::sycl with SYCL 2020 ::sycl namespace #26

psalz opened this issue May 7, 2021 · 1 comment

Comments

@psalz
Copy link
Member

psalz commented May 7, 2021

SYCL 2020 introduces a new canonical namespace ::sycl. While the old ::cl::sycl namespace remains available for backwards compatibility, there is no reason for us to keep using it. The only question is whether we want to do a single bulk update of all namespaces (somewhat polluting the git history), or transition gradually by using the new namespace in all new (and modified) code going forward.

@psalz
Copy link
Member Author

psalz commented Nov 16, 2021

This is less pressing now that we expose our own names through the ::celerity namespace and including the Celerity header also exposes the ::sycl namespace (#58). This means all that's left to do is to migrate our internal uses of the cl::sycl namespace.

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

No branches or pull requests

1 participant