You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: