pytorch
f0e2ad50 - Stop warning spamming about vmap in gradcheck (#68586)

Commit
2 years ago
Stop warning spamming about vmap in gradcheck (#68586) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/68586 We updated the vmap warnings to be more descriptive in https://github.com/pytorch/pytorch/pull/67347 . However, gradcheck does some warning squashing that matches on the warning message and we didn't update that. This PR updates the warning squashing in gradcheck. Test Plan: - check logs Reviewed By: albanD Differential Revision: D32530259 Pulled By: zou3519 fbshipit-source-id: 9db380b57c38b3b72cbdb29574f71dbfe71e90d1
Author
Parents
Loading