Open WorldofKerry opened 1 year ago
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.
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.