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

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`

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