tinygrad/docs
George Hotz 2c363b5f0b
new style device (#2530)
* cpu tests pass

* torch works

* works

* metal works

* fix ops_disk

* metal jit works

* fix openpilot

* llvm and clang work

* fix webgpu

* docs are rly broken

* LRU works on metal

* delete comment

* revert name to ._buf. LRU only on Compiled

* changes

* allocator

* allocator, getting closer

* lru alloc

* LRUAllocator

* all pass

* metal

* cuda

* test examples

* linearizer

* test fixes

* fix custom + clean realize

* fix hip

* skip tests

* fix tests

* fix size=0

* fix MOCKHIP

* fix thneed

* copy better

* simple

* old style metal copy

* fix thneed

* np reshape

* give cuda a device
2023-11-30 17:07:16 -08:00
..
showcase Add yolov8 implementation (#806) 2023-06-16 18:55:19 -07:00
abstractions.py new style device (#2530) 2023-11-30 17:07:16 -08:00
adding_new_accelerators.md Add WHERE ternary (or trinary?) op (#1196) 2023-07-16 00:31:55 -07:00
DESIGNv2.md rename reduce_op (#1900) 2023-09-23 11:27:36 +08:00
env_vars.md Fix graph_uops (#2457) 2023-11-27 18:42:48 -08:00
logo.png adds beautiful and meaningful logo 2020-10-26 18:12:49 +01:00
quickstart.md remove the commented import (#2463) 2023-11-27 11:50:41 -05:00
README.md Add a quick start guide (#900) 2023-06-04 08:51:20 -07:00
showcase.md Add yolov8 implementation (#806) 2023-06-16 18:55:19 -07:00

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

Contributing

The documentation mainly follows the core contributing guidelines in the README.md.

Additionally, we always welcome documentation contributions, especially for features that are currently under documented.