mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
fix max op, less lines
This commit is contained in:
@@ -105,12 +105,12 @@ Warning: do not rely on the ANE port. It segfaults sometimes. So if you were doi
|
||||
|
||||
### Adding an accelerator
|
||||
|
||||
You need to support 14 basic ops:
|
||||
You need to support 15 basic ops:
|
||||
|
||||
```
|
||||
Add, Sub, Mul, Pow # binary ops
|
||||
Relu, Log, Exp # unary ops
|
||||
Sum # reduce op
|
||||
Sum, Max # reduce ops
|
||||
Dot # matrix multiplication
|
||||
Conv2D, MaxPool2D # 2D ops
|
||||
Pad2D, Reshape, Transpose # moving things around ops
|
||||
|
||||
Reference in New Issue
Block a user