A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
Project description
TorchDynamo is a Python-level JIT compiler designed to make unmodified PyTorch programs faster. TorchDynamo hooks into the frame evaluation API in CPython (PEP 523) to dynamically modify Python bytecode right before it is executed. It rewrites Python bytecode in order to extract sequences of PyTorch operations into an FX Graph which is then just-in-time compiled with an ensemble of different backends and autotuning.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
torchdynamo-1.13.0.tar.gz
(274.7 kB
view details)
File details
Details for the file torchdynamo-1.13.0.tar.gz
.
File metadata
- Download URL: torchdynamo-1.13.0.tar.gz
- Upload date:
- Size: 274.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc643a4b8113faa09741c005bf5d41d1b7594a07666ae228e07d694b107c9d06 |
|
MD5 | 1219207f6ce3d228df3ccb0598316aa0 |
|
BLAKE2b-256 | 6c0ed01c187051c241ba50496c8d74a4504b5e54b4d11b4a6f15b9467978ee5e |