Torchdynamo
A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
Install / Use
/learn @pytorch/TorchdynamoREADME
NOTICE: TorchDynamo has moved
We have moved TorchDynamo to pytorch/pytorch
import torchdynamois nowimport torch._dynamoimport torchinductoris nowimport torch._inductor
For Documentation: https://pytorch.org/docs/stable/torch.compiler.html
License
TorchDynamo has a BSD-style license, as found in the LICENSE file.
