Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jroesch/tax
An example of writing a Jax interpreter which uses to TVM to JIT Jax programs.
https://github.com/jroesch/tax
Last synced: 24 days ago
JSON representation
An example of writing a Jax interpreter which uses to TVM to JIT Jax programs.
- Host: GitHub
- URL: https://github.com/jroesch/tax
- Owner: jroesch
- License: apache-2.0
- Created: 2022-07-11T02:10:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T00:44:29.000Z (over 2 years ago)
- Last Synced: 2023-03-14T05:31:04.019Z (over 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tax
An example of writing a Jax interpreter which uses to TVM to JIT Jax programs.
All the code currently lives in `tax.py`.