Update broken docs/abstractions.py for changed ops, and add to CI (#930)

* fix and add to ci

* still have those

* ocd

* update other doc
This commit is contained in:
kposborne2
2023-06-04 19:21:20 -07:00
committed by GitHub
parent 5bbcbd145c
commit 00360da05b
4 changed files with 15 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ tinygrad already supports numerous accelerators, including:
- [x] Triton
- [x] PyTorch
And it is easy to add more! Your accelerator of choice only needs to support a total of 20 (optionally 21) low level ops.
And it is easy to add more! Your accelerator of choice only needs to support a total of 26 (optionally 27) low level ops.
More information can be found in the [documentation for adding new accelerators](/docs/adding_new_accelerators.md).
## Installation