Skip to content

Commit

Permalink
Made a small note about the matchin in the parallel map fusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Aug 22, 2024
1 parent 093ff96 commit 4dd7b35
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ class ParallelMapFusion(map_fusion_helper.MapFusionHelper):
node as direct ancestor. This will increase the locality of the merge.
only_inner_maps: Only match Maps that are internal, i.e. inside another Map.
only_toplevel_maps: Only consider Maps that are at the top.
Note:
This transformation only matches the entry nodes of the Map, but will also
modify the exit nodes of the Map.
"""

map_entry1 = transformation.transformation.PatternNode(nodes.MapEntry)
Expand Down

0 comments on commit 4dd7b35

Please sign in to comment.