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

(Deprecated API) Remove has_extension() and replace it with .has() method #163

Merged

Conversation

kovshikovser
Copy link
Contributor

  • All has_extension(string) calls replaced with has(aspect)
  • Removed has_extension(string) calls with extension without corresponding sycl::aspect (according to Table 189. "SYCL support for OpenCL 1.2 extensions" from the SYCL 2020 Spec)

@AlexeySachkov
Copy link
Contributor

I wonder if there are any plans to have some separate test category for deprecated APIs. Deprecation doesn't mean removal and it still means that the functionality must be supported. What is CTS development strategy in that regard?

@bader
Copy link
Contributor

bader commented Sep 6, 2021

I wonder if there are any plans to have some separate test category for deprecated APIs. Deprecation doesn't mean removal and it still means that the functionality must be supported. What is CTS development strategy in that regard?

Good question. I've created #172 to discuss it separately.

@bader bader merged commit a7a83a1 into KhronosGroup:SYCL-2020 Sep 6, 2021
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.

None yet

5 participants