mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
5a67ffe0ad
commit
904fbadaff
|
|
@ -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)),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user