https://github.com/quansight/torchdynamo_native
A native JIT compiler for `torchdynamo`
https://github.com/quansight/torchdynamo_native
Last synced: 5 months ago
JSON representation
A native JIT compiler for `torchdynamo`
- Host: GitHub
- URL: https://github.com/quansight/torchdynamo_native
- Owner: Quansight
- Created: 2022-06-08T10:06:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T11:02:44.000Z (over 3 years ago)
- Last Synced: 2026-01-19T22:57:23.047Z (6 months ago)
- Language: Python
- Size: 233 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [TorchDynamo](https://github.com/pytorch/torchdynamo) Native
- Requirements: `pybind11`, [PyTorch](https://github.com/pytorch/pytorch/) (with `torchgen`), and `torchdynamo`.
- Developing:
```sh
python setup.py develop
```