torchdynamo

A Python-level JIT compiler designed to make unmodified PyTorch programs faster.

BSD-3-CLAUSE License

Downloads
259
Stars
1K
Committers
63

NOTICE: TorchDynamo has moved

We have moved TorchDynamo to pytorch/pytorch

  • import torchdynamo is now import torch._dynamo
  • import torchinductor is now import 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.