Skip to content

Commit

Permalink
actually add the core decomp
Browse files Browse the repository at this point in the history
  • Loading branch information
angelayi committed Apr 27, 2023
1 parent 3c95f13 commit 784b1a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torch/_decomp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ def core_aten_decompositions() -> Dict[OpOverload, Callable]:
aten.addcmul_,
aten.addr,
aten.aminmax,
aten.arange.default,
aten.arange.start,
aten.avg_pool2d_backward,
aten.binary_cross_entropy,
aten.binary_cross_entropy_backward,
Expand Down

0 comments on commit 784b1a0

Please sign in to comment.