mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 14:43:57 -05:00
no read out of bounds
This commit is contained in:
@@ -112,7 +112,7 @@ Relu, Log, Exp # unary ops
|
||||
Add, Sub, Mul, Pow # binary ops (with broadcasting)
|
||||
Sum, Max # reduce ops (with axis argument)
|
||||
Reshape, Transpose, Slice # movement ops
|
||||
Matmul, Conv2D # heavy data processing ops
|
||||
Matmul, Conv2D # processing ops
|
||||
```
|
||||
|
||||
While more ops may be added (like Sign), I think these base 14 are stable.
|
||||
|
||||
Reference in New Issue
Block a user