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

[Spec change] Clarify and deprecate "execution_capabilities" #945

Open
sycl-issue-bot bot opened this issue Sep 19, 2024 · 2 comments
Open

[Spec change] Clarify and deprecate "execution_capabilities" #945

sycl-issue-bot bot opened this issue Sep 19, 2024 · 2 comments

Comments

@sycl-issue-bot
Copy link

Please review whether KhronosGroup/SYCL-Docs#625 by @gmlueck requires any changes to the CTS.

If changes are required: Open a new PR addressing the changes and link it to this issue.
If no changes are required: Close this issue and proceed with the spec PR.

@gmlueck
Copy link
Contributor

gmlueck commented Sep 19, 2024

This PR will need some CTS testing. Let's wait for comments on that PR, though, before outlining a test plan.

@gmlueck
Copy link
Contributor

gmlueck commented Nov 7, 2024

The CTS currently calls device::get_info<info::device::execution_capabilities>() and checks the return type of the value that is returned. This test needs to be modified to include try / catch, so that the test doesn't fail if the implementation throws an exception when the backend is not backend::opencl.

Extra points if the CTS also verifies that an exception is thrown when the backend is not backend::opencl.

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