Boundary lazy comm v2 - #183
Conversation
|
As far as I can see, this does successfully do the code generation for the partitioned code now, but fails in the "normal" pytato code generation now since DistributedSendRefHolder etc. is still part of the DAG, which the CodegenMapper can not handle. I'm not sure what the right approach here is @inducer - should the partitioning remain part of transform_dag(), or should it go somewhere else? |
|
The |
Sorry, I wasn't very clear. |
|
Sure, the execution logic needs to change, and I agree that |
|
I think this is ready for another review @inducer. |
38a82f3 to
ed3a4fb
Compare
|
FYI I introduced an |
34e73e8 to
7750e11
Compare
Followup of #89.
Needs: