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 support for merging a pair of tasks whose calls are not immediately sequential #2

Open
tiagolascasas opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tiagolascasas
Copy link
Member

We want to merge foo() and bar():

foo(A, B);
fizz(C);
bar(A, B);

It is valid, since the call to fizz() does not have any dependencies to the other calls and the task graph makes that clear. However, the current task splitter only supports immediately sequential calls.

@tiagolascasas tiagolascasas self-assigned this Oct 22, 2024
@tiagolascasas tiagolascasas added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant