Skip to content

Commit 3f1f267

Browse files
committed
add comments
1 parent 95b39bd commit 3f1f267

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

transformations/transformations/parallel_routine_dispatch.py

+6
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ def init_map_routine(self, routine):
150150

151151

152152
def process_parallel_regions(self, routine, map_routine, calls):
153+
"""
154+
Loop through the acdc parallel regions of the routine.
155+
Dataflow analysis is used.
156+
157+
Fill the list of call statement that aren't in acdc regions.
158+
"""
153159
map_region = {}
154160
in_pragma_calls = []
155161
with pragma_regions_attached(routine):

0 commit comments

Comments
 (0)