Skip to content

Commit

Permalink
Correction of another issue in the tag, use what I think should be th…
Browse files Browse the repository at this point in the history
…e role of an aligner.
  • Loading branch information
Your Name committed Nov 10, 2024
1 parent 7b7f5e0 commit bddf515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataflowRewriter/Rewrites/FusionParallelTaggers.lean
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def rhs : ExprHigh String := [graph|
fork_tag [type = "Fork"];
pack1 [ type = "Join"];
pack2 [ type = "Join"];
j_out [type = "Join"];
j_out [type = "Aligner"];

i_datal -> j_in [inp = "enq_untagged"];
i_datar -> j_in [inp = "enq_untagged"];
Expand Down

0 comments on commit bddf515

Please sign in to comment.