Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reduce commented code
  • Loading branch information
Ivan Butygin committed Nov 12, 2019
commit 34ca22d9a828262698f09be5d16dc41f563c2a88
2 changes: 0 additions & 2 deletions hpat/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1892,8 +1892,6 @@ def _gen_parfor_reductions(self, parfor, namevar_table):
parfor, parfor.params, self.state.calltypes)

for reduce_varname, (init_val, reduce_nodes) in reductions.items():
# print(len(reduce_nodes))
# print('\n'.join([str(a) for a in reduce_nodes]))
reduce_op = guard(self._get_reduce_op, reduce_nodes)
# TODO: initialize reduction vars (arrays)
reduce_var = namevar_table[reduce_varname]
Expand Down