Commit Graph

16 Commits

Author SHA1 Message Date
qazal 8c50ef8b7c
start uop docs (#6291)
* start uop docs

* only need show_labels

* sink comes first

* hotfix: invalid

* touchups

* 2 space indent works

* limit some buffer uops

* better BARRIER doc, Op -> UOp when it makes sense.

* make KernelInfo optional

* more work

relative links don't work

* this can be local in multi reduce+pads

* add UOps.SHAPETRACKER details

* UOps.CONST both types

* nit: local buffer isn't device Buffer, habit

* nit2: dtype -> DType
2024-08-29 15:22:39 +03:00
chenyu d82370f6ef
docs: fix broken links and update is_floating_point (#6023)
* docs: fix broken links and update is_floating_point

broken links would only show as INFO and not an error.

* make doc andhors warn
2024-08-10 15:58:48 -04:00
George Hotz 0a8668cf30 improvements to docs 2024-08-07 09:57:24 -07:00
nimlgen fff19b961b
docs: user runtime docs (#5756) 2024-07-27 23:21:54 +03:00
George Hotz b8b5411845 move Function to Developer section of docs 2024-07-25 11:05:23 -07:00
nimlgen c9ec7ce070
start hcq docs (#5411)
* start hcq docs

* more hcq docs

* docs

* docs

* linter

* correct args

* linter

* ts returns int
2024-07-15 21:31:11 +03:00
George Hotz 6bc5e5f41c start tinybox docs 2024-06-20 17:04:45 -07:00
wozeparrot b2b49cef6f
split tensor docs (#4754) 2024-05-28 11:03:52 -07:00
wozeparrot 0680b9cb60
expand sidebar by default (#4747) 2024-05-27 15:03:31 -07:00
wozeparrot 4cb38a15a5
tweak docs style (#4745) 2024-05-27 14:32:09 -07:00
chenyu 5b323d77db
docs: change nav structure and add repo_url (#4743)
tensor / function / dtype / nn under API now
2024-05-27 15:45:54 -04:00
chenyu 0ac761716a
docs: logo and favicon (#4716) 2024-05-24 14:33:12 -04:00
George Hotz 9425973bc7
docs cleanup and move (#4593)
* cleanup and move

* docs-legacy is gone

* don't update setup.py
2024-05-14 20:44:59 -07:00
George Hotz d325be2540
update docs (#4356)
* update docs

* nn.md

* mnist cleanups

* rhip test is very slow
2024-04-30 16:51:42 +09:00
wozeparrot 4c99d49c4d
some docstrings (#4201)
* feat: create and data access docstrings

* fix: linter

---------

Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
2024-04-21 16:34:08 +04:00
George Hotz 8f749ae0eb
New docs are in mkdocs (#4178)
* start mkdocs

* simple docs for tensor

* more docs

* move those back

* more docs

* copy markdown extensions

* docs legacy

* docs building workflow

* fix showcase links

* only that?

* install tinygrad

* add docs to setup.py

* Delete examples/llm.c/data
2024-04-16 10:59:51 +04:00