mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
Fix typo (#978)
This commit is contained in:
@@ -4,7 +4,7 @@ It's pretty easy to add a new accelerator to tinygrad. All you need to do is imp
|
||||
|
||||
## llops
|
||||
|
||||
These are the ops that you must implement for your accelerator of choice. Compiled Accelerators do not need to implement movement_ops, as they are handled b the ShapeTracker.
|
||||
These are the ops that you must implement for your accelerator of choice. Compiled Accelerators do not need to implement movement_ops, as they are handled by the ShapeTracker.
|
||||
```
|
||||
Buffer # class of memory on this device
|
||||
unary_op (NOOP, EXP2, LOG2, CAST, SIN) # A -> A
|
||||
|
||||
Reference in New Issue
Block a user