pytorch/functorch/examples/compilation
Philip Meier bc73affdad prepare removal of deprecated functionality in torch.testing (#87969)
_Redo of #86586 with all BC breaking changes granularly placed into separate commits._

---

Per title. Deprecation happened on Feb 25, 2022 in c6f1bbc0ac, which made it into the 1.12 release. Since it is now 245 days later and the next release will be 1.14, the removals later in the stack comply with the [BC policy](https://github.com/pytorch/pytorch/wiki/PyTorch's-Python-Frontend-Backward-and-Forward-Compatibility-Policy#minimizing-the-disruption-of-bc-breaking-changes).
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87969
Approved by: https://github.com/mruberry
2022-11-02 14:04:48 +00:00
..
eager_fusion.py [functorch] Cleaning up TVM compiler integration (pytorch/functorch#405) 2022-07-21 13:41:19 -07:00
fuse_module.py prepare removal of deprecated functionality in torch.testing (#87969) 2022-11-02 14:04:48 +00:00
linear_train.py [functorch] update compile example imports (pytorch/functorch#834) 2022-07-21 13:41:34 -07:00
README.md [functorch] cleanup unnecessary functions, examples 2022-07-21 13:41:10 -07:00
simple_function.py [functorch] update compile example imports (pytorch/functorch#834) 2022-07-21 13:41:34 -07:00

Compilation Examples

WARNING: Compilation is currently very experimental and example here don't work out of the box with functorch