Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Nov 15, 2023
1 parent d0793dd commit b39b2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam/onyx/hw_nodes/reduce_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def configure(self, attributes):
pe_connected_to_reduce = True
# data I/O to and from the PE should be internal with the reduce
pe_in_external = 0
# op is set to integer add for the PE TODO: make this configurable in the sam graph
# op is set to integer add for the PE TODO: make this configurable in the sam graph
op = 0
cfg_kwargs = {
'stop_lvl': stop_lvl,
Expand Down

0 comments on commit b39b2b4

Please sign in to comment.