666DZY666 / torchdynamo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This repository still contains:

  • An alias to the new location
  • Issues: we will continue using this project for issue tracking

For Documentation: https://pytorch.org/docs/master/dynamo/

License

TorchDynamo has a BSD-style license, as found in the LICENSE file.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.4%Language:Makefile 2.0%Language:CMake 0.3%Language:Shell 0.2%Language:C++ 0.1%