Skip to content

Refactor queue submission to resolve a hang #377

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

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

GarveyJoe
Copy link
Contributor

when fast kernel relaunching many dependent events in a row.

This removes a circular dependence and recursion between acl_command_queue and acl_device_op and thus makes the code much simpler to reason about. All commands are now submitted by the acl_update_*_queue functions.

mendell27
mendell27 previously approved these changes Aug 21, 2024
@sophimao sophimao merged commit 614c6ee into intel:main Aug 26, 2024
20 checks passed
GarveyJoe added a commit to GarveyJoe/fpga-runtime-for-opencl that referenced this pull request Aug 26, 2024
when fast kernel relaunching many dependent events in a row.  

This removes a circular dependence and recursion between
acl_command_queue and acl_device_op and thus makes the code much simpler
to reason about. All commands are now submitted by the
acl_update_*_queue functions.
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

Successfully merging this pull request may close these issues.

3 participants