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

Add a test to verify that clReleaseCommandQueue does trigger a flush in multi-queue scenario #2087

Open
kpet opened this issue Sep 24, 2024 · 0 comments
Labels
mobica-backlog Issue approved by WG for Mobica to work on

Comments

@kpet
Copy link
Contributor

kpet commented Sep 24, 2024

See KhronosGroup/OpenCL-Docs#1248 for background.

We should add a test that:

  • Creates two command queues
  • Enqueues work in command queue A
  • Enqueues work in command queue B that depends on work in command queue A
  • Calls clReleaseCommandQueue on command queue A
  • Calls clFinish on command queue B
  • Checks that all work enqueued to command queue A and command queue B
@kpet kpet added the mobica-backlog Issue approved by WG for Mobica to work on label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobica-backlog Issue approved by WG for Mobica to work on
Projects
None yet
Development

No branches or pull requests

1 participant