Fix merge conflict in bc tests (#66356)

Summary:
BC test currently borken on trunk

Pull Request resolved: https://github.com/pytorch/pytorch/pull/66356

Reviewed By: malfet

Differential Revision: D31523340

Pulled By: janeyx99

fbshipit-source-id: a8d1ff697f017c710f70a76b5bb6a2f89d7637c7
This commit is contained in:
Jane Xu 2021-10-08 18:43:50 -07:00 committed by Facebook GitHub Bot
parent 5a67ffe0ad
commit 904fbadaff

View File

@ -55,7 +55,7 @@ ALLOW_LIST = [
("aten::_log_softmax_backward_data", datetime.date(2021, 10, 21)),
("aten::_softmax_backward_data", datetime.date(2021, 10, 21)),
("aten::fused_moving_avg_obs_fake_quant", datetime.date(2021, 10, 21)),
("aten::_fused_moving_avg_obs_fq_helper", datetime.date(2021, 10, 21))
("aten::_fused_moving_avg_obs_fq_helper", datetime.date(2021, 10, 21)),
("aten::_baddbmm_mkl_", datetime.date(2021, 10, 31)),
]