Home
Welcome to the PyTorch developer's wiki!
Users docs
- Release notes
- Breaking Changes from Variable and Tensor merge (from 0.4 release)
- Tensor API changes for Caffe2 developers (from 1.0 release, plus some stuff on master)
- Autograd and Fork
Developer docs
- PyTorch Data Flow and Interface Diagram
- Multiprocessing Technical Notes
- Software Architecture for c10
- PyTorch JIT IR format (slightly out of date now)
- TH to ATen porting guide
- Writing Python in C++ (a manifesto)
- Introducing Quantized Tensor
- Life of a Tensor
- How to use
TensorIterator
- Writing tests that run on all available device types
- Writing memory format aware operators
- Guide for adding type annotations to PyTorch