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
This commit is contained in:
qazal
2024-08-29 20:22:39 +08:00
committed by GitHub
parent dd4e5f1c8d
commit 8c50ef8b7c
3 changed files with 168 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ nav:
- Developer:
- Intro: developer/developer.md
- Function (autodiff): developer/function.md
- UOp: developer/uop.md
- Runtime:
- developer/runtime.md
- HCQ: developer/hcq.md