-
Notifications
You must be signed in to change notification settings - Fork 755
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
Conversation
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
e9b4148
to
fd83dfe
Compare
Fixed now. |
- 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
- Instead of trying to update host tasks through scheduler, simply do host-task updates immediately before scheduling the rest of the commands.
de6a71e
to
bc20c32
Compare
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
- Fix errors in spec - Fix commented out code in test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@KseniyaTikhomirova Sorry for the delay, this is ready for review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
common RT changes LGTM
@intel/llvm-gatekeepers This is good to merge, thanks |