Skip to content

Commit

Permalink
Register data movement for ttnn.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed Nov 8, 2024
1 parent 0313f00 commit 79ffb55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch_ttnn/passes/lowering/add_data_move_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def is_tt_compute(node) -> bool:
ttnn.tril,
ttnn.arange,
ttnn.zeros_like,
ttnn.sum,
ttnn.mean,
ttnn.global_avg_pool2d,
ttnn.clip,
Expand Down

0 comments on commit 79ffb55

Please sign in to comment.