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 default context behavior #943

Open
sycl-issue-bot bot opened this issue Sep 17, 2024 · 1 comment
Open

[Spec change] Clarify default context behavior #943

sycl-issue-bot bot opened this issue Sep 17, 2024 · 1 comment
Assignees

Comments

@sycl-issue-bot
Copy link

Please review whether KhronosGroup/SYCL-Docs#623 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 17, 2024

Yes, we need to add new CTS tests for this change:

  • Create several queues using the constructors that do not take a context parameter.
  • Get the context from each of these queues using queue::get_context.
  • Make sure all of those context objects compare equal.
  • Make sure the set of devices in that context object is the same as the set of devices in the queue's platform.

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