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.
- Host: GitHub
- URL: https://github.com/pytorch/torchdynamo
- Owner: pytorch
- License: bsd-3-clause
- Created: 2021-09-03T03:31:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T23:15:30.000Z (over 2 years ago)
- Last Synced: 2025-05-15T00:13:15.188Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.2 MB
- Stars: 1,043
- Watchers: 41
- Forks: 126
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
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.