mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: 1. We stop using excess memory in generate_opcheck_tests. This is safe because all the individual test utils already ensure that they do not modify the inputs. 2. We re-enable the fbgemm TBE tests (see internal diff, but all of this is open source). They were previously removed because they OOM'ed when run serially; (1) and (3) cut down the memory usage to ~20gb peak. 3. I needed to skip some newly failing generated tests and also some that had an impact on the memory usage. Test Plan: - run tests Reviewed By: sryap Differential Revision: D51601964 Pull Request resolved: https://github.com/pytorch/pytorch/pull/114641 Approved by: https://github.com/williamwen42 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| aot_autograd.py | ||
| autograd_registration.py | ||
| fake_tensor.py | ||
| generate_tests.py | ||
| make_fx.py | ||