mirror of https://github.com/commaai/tinygrad.git
1765849937
* lazy rewrite, try 2 * min fix tests * pass contig test * put broken pads back * move that to realize * no contig child fixes array packing * so wrong * now that's correct * base children * fix bind issues * disable to_image_idx * fix tests * that failure shouldn't break other tests * more fixes * fix torch * skip failing tests in CI * 1e-7 * half is broken * 1e-6 margin of error |
||
---|---|---|
.. | ||
showcase | ||
DESIGNv2.md | ||
README.md | ||
abstractions.py | ||
abstractions2.py | ||
adding_new_accelerators.md | ||
env_vars.md | ||
logo.png | ||
quickstart.md | ||
reshape_without_symbolic.md | ||
showcase.md |
README.md
Welcome to the tinygrad documentation!
Here you will find documentation for tinygrad, as well as some examples and tutorials.
Getting Started
Read the quick start guide here.
Or if you want to jump right in to how tinygrad works, you can read the abstraction stack documentation.
Or if you want to see some examples, you can look at the examples in the examples directory.
Or if you just want to see some of the things tinygrad can do, check out the showcase.
API
This is currently a big work in progress.