Skip to content

Commit

Permalink
Fix backcompat in master following revert (#46984)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #46984

Reviewed By: mrshenli

Differential Revision: D24592404

Pulled By: albanD

fbshipit-source-id: d317d934b650f1ac0f91e51ef5cbc14e886aa3fe
  • Loading branch information
albanD authored and facebook-github-bot committed Oct 28, 2020
1 parent 069232a commit 61ee024
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
("aten::_foreach_addcdiv_", datetime.date(2020, 10, 15)),
("aten::_foreach_addcdiv", datetime.date(2020, 10, 15)),
("aten::_foreach_addcmul", datetime.date(2020, 10, 15)),
("aten::_foreach_zero_", datetime.date(2020, 11, 5)),
("aten::conj", datetime.date(2020, 11, 10)),
("aten::add_relu", datetime.date(2020, 10, 28)),
("aten::add_relu_", datetime.date(2020, 10, 28)),
Expand Down

0 comments on commit 61ee024

Please sign in to comment.