Skip to content

Commit

Permalink
Fix typo (tinygrad#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoo authored Jun 13, 2023
1 parent 80e665b commit 45bc040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adding_new_accelerators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45bc040

Please sign in to comment.