tinygrad/docs
George Hotz 1765849937
new lazy, benchmark (#2878)
* 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
2023-12-20 14:33:21 -08:00
..
showcase Add yolov8 implementation (#806) 2023-06-16 18:55:19 -07:00
DESIGNv2.md rename reduce_op (#1900) 2023-09-23 11:27:36 +08:00
README.md no document prs (#2622) 2023-12-05 13:05:36 -05:00
abstractions.py new lazy, benchmark (#2878) 2023-12-20 14:33:21 -08:00
abstractions2.py FROM -> COPY, move vars_from_ast (#2675) 2023-12-07 16:32:30 -08:00
adding_new_accelerators.md lower schedule (#2559) 2023-12-01 19:17:46 -08:00
env_vars.md Fix `graph_uops` (#2457) 2023-11-27 18:42:48 -08:00
logo.png
quickstart.md feat: reword (#2549) 2023-12-01 10:56:18 -08:00
reshape_without_symbolic.md view.reshape without symbolic (#2218) 2023-12-04 12:46:53 -05:00
showcase.md Add yolov8 implementation (#806) 2023-06-16 18:55:19 -07:00

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.

Resources

Environment Variables

env_vars.md

Adding New Accelerators

adding_new_accelerators.md

Community

tinygrad discord