Skip to content

Conversation

@rafbiels
Copy link
Contributor

The use of cl::sycl:: in place of sycl:: is deprecated in SYCL2020 and causes the compilation to fail in recent DPC++ versions with:

error: use of undeclared identifier 'cl'

Fix this by using just the sycl:: namespace.

The use of `cl::sycl::` in place of `sycl::` is deprecated
in SYCL2020 and causes the compilation to fail in recent
DPC++ versions with:

error: use of undeclared identifier 'cl'

Fix this by using just the `sycl::` namespace.
@ghost ghost merged commit 12f79eb into oneapi-src:main Apr 8, 2025
This pull request was closed.
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

Successfully merging this pull request may close these issues.

1 participant