pytorch
3e6e2e9b - Print the current Node name in anomaly mode (#33875)

Commit
6 years ago
Print the current Node name in anomaly mode (#33875) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/33875 Fixes #33675. I added a `current_node_name` argument to AnomalyMetadata::print_stack. This is a mandatory arg because I found only one callsite and making it a default arg on a virtual function can be confusing. Test Plan: - Tested locally: https://gist.github.com/zou3519/09937387c83efc76e1700374d5c9c9d9 - I don't know how to add a test for this: the message is printed to stderr but it isn't an exception nor a warning. I considered capturing the stderr of a subprocess but that seems like asking for flakiness. Differential Revision: D20349399 Pulled By: zou3519 fbshipit-source-id: 7585ddffe2bf9e1081f4028a9c44de783978a052
Author
Parents
Loading