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

[SYCL][Graph] Enable host-task update in graphs #16853

Draft
wants to merge 2 commits into
base: sycl
Choose a base branch
from

Conversation

Bensuo
Copy link
Contributor

@Bensuo Bensuo commented Jan 31, 2025

  • Update spec wording to allow updating host-task function in graphs
  • Support host-tasks in dynamic command-groups
  • Support host-tasks in whole graph update
  • Add E2E tests for both scenarios
  • Fix passing incorrect accessors to graph update command after update which could cause issues if the graph was destroyed while the scheduler still had graph execution commands alive

- Update spec wording to allow updating host-task function in graphs
- Support host-tasks in dynamic command-groups
- Support host-tasks in whole graph update
- Add E2E tests for both scenarios
- Fix passing incorrect accessors to graph update command after update
@Bensuo Bensuo force-pushed the ben/whole-graph-host-task branch from e9b4148 to fd83dfe Compare January 31, 2025 17:42
@Bensuo Bensuo marked this pull request as draft January 31, 2025 18:37
@Bensuo
Copy link
Contributor Author

Bensuo commented Jan 31, 2025

Marking as draft for now due to an issue in CUDA that is being investigated.

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.

1 participant