Skip to content

Commit

Permalink
New distributed-memory DAG partitioner
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Smith <[email protected]>
  • Loading branch information
inducer and majosm committed Nov 23, 2022
1 parent f282b40 commit 0cc2f46
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 139 deletions.
2 changes: 1 addition & 1 deletion examples/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():

# Find the partition
outputs = pt.DictOfNamedArrays({"out": y})
distributed_parts = find_distributed_partition(outputs)
distributed_parts = find_distributed_partition(comm, outputs)
distributed_parts, _ = number_distributed_tags(
comm, distributed_parts, base_tag=42)
prg_per_partition = generate_code_for_partition(distributed_parts)
Expand Down
Loading

0 comments on commit 0cc2f46

Please sign in to comment.