pytorch
d3dba3c4 - Fix ModuleInfo skip logic (#80471)

Commit
2 years ago
Fix ModuleInfo skip logic (#80471) Fixes #80247 This PR: * Refactors the skip logic as done for OpInfo in #62713, fixing the logic error * For tests that were wrongly skipped before and now fail: * Fix `TestModule.test_cpu_gpu_parity` to support Lazy modules - this was affecting `LazyConv*` * Adds `@expectedFailure` decorators and a follow-up message to address `Conv*` failures on `TestModule.test_memory_format` Pull Request resolved: https://github.com/pytorch/pytorch/pull/80471 Approved by: https://github.com/mruberry
Author
Committer
Parents
Loading