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 clarification to the host task proposal #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AerialMantis
Copy link
Contributor

  • Update the host task proposal to version 0.7.
  • Add clarification of the data dependency and scheduling rules for hos
    tasks in relation to other kernel functions and host tasks.

* Update the host task proposal to version 0.7.
* Add clarification of the data dependency and scheduling rules for hos
tasks in relation to other kernel functions and host tasks.
@AerialMantis AerialMantis requested a review from Ruyk April 28, 2020 10:11
## Scheduling

A host task is scheduled with the SYCL DAG according to the SYCL memory model.
THis means that a host task will only be scheduled one any requisites created
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
THis means that a host task will only be scheduled one any requisites created
This means that a host task will only be scheduled once any requisites created

A host task is scheduled with the SYCL DAG according to the SYCL memory model.
THis means that a host task will only be scheduled one any requisites created
by accessors in the same command group are first resolved. A host task will also
create it's own dependencies on other command groups, including kernel functions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
create it's own dependencies on other command groups, including kernel functions
create its own dependencies on other command groups, including kernel 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.

2 participants