Fix typo in docs (#6468)

Co-authored-by: theordias <theo.dias@cresta.ai>
This commit is contained in:
madt2709
2024-09-10 22:47:26 -07:00
committed by GitHub
parent 262569a3eb
commit dfe1db1cff

View File

@@ -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`.