mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
Fix typo in docs (#6468)
Co-authored-by: theordias <theo.dias@cresta.ai>
This commit is contained in:
@@ -274,7 +274,7 @@ class UOps(HashEnum):
|
||||
|
||||
- Normal STORE: `Tuple[UOp, UOp, UOp]`
|
||||
- Buffer UOp `UOps.DEFINE_GLOBAL` or `UOps.DEFINE_LOCAL`.
|
||||
- Indexing Op, can only return `dtypes.int32`.
|
||||
- Indexing UOp, can only return `dtypes.int32`.
|
||||
- Value to store.
|
||||
- Gated STORE: `Tuple[UOp, UOp, UOp, UOp]`
|
||||
- Buffer UOp `UOps.DEFINE_GLOBAL` or `UOps.DEFINE_LOCAL`.
|
||||
|
||||
Reference in New Issue
Block a user