tinygrad/docs
geohotstan 9268a8b154
remove MULACC (#3459)
* init

* removed mulacc

* is uoptimize the problem?

* lol hax make work temporarily fix l8er

* revert extra/ changes

* clean up

* flaky metal tests?

* add back mulacc for metal

* revert last commit

* try skipping linearizer_failure tests

* skip flammit tests... cuz tests all work locally

* try narrow down exact linearizer failure test

* try 2

* try 4

* generated code is the exact same wtf why CI fails

* code for 15 and 17 are exact same with or without mulacc, this should pass

* try only 1 failure

* try garbage collecting lol...

* try del variables lol

* try gcing after del lol...

* is diskcache the problem???

* try disabling opts cache idk

* try remove hack

* try disable github metal cache...

* try CACHELEVEL=0 :D idk anymore

* try increase newCommandQueueWithMaxCommandBufferCount_, im almost out of ideas...

* revert

* actually not a HACK

* oops
2024-02-29 07:40:40 -05:00
..
showcase Add yolov8 implementation (#806) 2023-06-16 18:55:19 -07:00
abstractions.py remove MULACC (#3459) 2024-02-29 07:40:40 -05:00
abstractions2.py change specific string 'CLANG' to DEVICE variable in abstractions2.py (#3488) 2024-02-24 07:51:39 -05:00
adding_new_accelerators.md remove MULACC (#3459) 2024-02-29 07:40:40 -05:00
DESIGNv2.md rename reduce_op (#1900) 2023-09-23 11:27:36 +08:00
env_vars.md remove LLVMOPT 2024-01-15 16:01:09 -08:00
linearizer_v2.md hotfix: new linearizer docs 2024-02-12 18:56:30 +01:00
logo.png adds beautiful and meaningful logo 2020-10-26 18:12:49 +01:00
quickstart.md fix path to models folder (#3442) 2024-02-19 13:35:57 +01:00
README.md no document prs (#2622) 2023-12-05 13:05:36 -05: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

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