An open API service indexing awesome lists of open source software.

https://github.com/pytorch/torchdynamo

A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
https://github.com/pytorch/torchdynamo

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# NOTICE: TorchDynamo has moved

We have moved TorchDynamo to
[pytorch/pytorch](https://github.com/pytorch/pytorch/tree/main/torch/_dynamo)

- `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.