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:
Call platform::khr_get_default_context for the tested platform.
Create a queue using each constructor that that does not take an explicit context parameter.
Call queue::get_context on each of those queues and make sure the object compares equal to the object returned from platform::khr_get_default_context.
Note that this is a KHR, so the testing needs to be conditionally enabled based on whether the implementation defines the SYCL_KHR_DEFAULT_CONTEXT macro.
Please review whether KhronosGroup/SYCL-Docs#624 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: