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 a join node (make function calls in parallel) #175

Open
WorldofKerry opened this issue Oct 18, 2023 · 0 comments
Open

Add a join node (make function calls in parallel) #175

WorldofKerry opened this issue Oct 18, 2023 · 0 comments

Comments

@WorldofKerry
Copy link
Owner

WorldofKerry commented Oct 18, 2023

a, b = func(m), func(n)

This can be done in parallel. The head node could have two parallel children, and those children join right before the lvalue values are determined.

Would require a re-design of the graph ir.

A naive implementation could use multiple state variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant