no read out of bounds

This commit is contained in:
George Hotz
2020-12-31 09:41:36 -05:00
parent 1fb5fcafce
commit de7fe085de
2 changed files with 3 additions and 4 deletions

View File

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