Skip to content

Commit

Permalink
forward-fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
zou3519 committed Jul 13, 2022
1 parent 0412182 commit 44dd1bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functorch/_src/decompositions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
register_decomposition = torch._decomp.register_decomposition
get_decompositions = torch._decomp.get_decompositions

# Decompositions have been ported to torch._decomp inside of PyTorch core. The only decompositions here are temporary or hacks. Please submit your contributions to PyTorch core!
# Decompositions have been ported to torch._decomp inside of PyTorch core.
# The only decompositions here are temporary or hacks.
# Please submit your contributions to PyTorch core!


def maybe_register_decomposition(op):
Expand Down

0 comments on commit 44dd1bf

Please sign in to comment.