pytorch
ced71e8e - [Pytorch] add an option to disable TORCH_WARN and TORCH_WARN_ONCE log (#87188)

Commit
3 years ago
[Pytorch] add an option to disable TORCH_WARN and TORCH_WARN_ONCE log (#87188) Summary: Add an option to disable TORCH_WARN, some op could trigger spammy TOCH_WARN log which is not desired under certain scenario. Test Plan: Tested with -pt.disable_warn = 1 and -pt.disable_warn = 0 verified TORCH_WARN and TORCH_WARN_ONCE are properly handled tested with -pt.strip_error_messages = 1, -pt.disable_warn = 0 verified strip error message is respected when warn is printed Differential Revision: D40321550 Pull Request resolved: https://github.com/pytorch/pytorch/pull/87188 Approved by: https://github.com/kurtamohler, https://github.com/ezyang
Author
Committer
Parents
Loading