mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
hotfix: README is ~25 ops to stop getting PRs about it
This commit is contained in:
parent
42a038c83f
commit
e477cc2f45
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ tinygrad already supports numerous accelerators, including:
|
|||
- [x] [HIP](tinygrad/runtime/ops_hip.py)
|
||||
- [x] [WebGPU](tinygrad/runtime/ops_webgpu.py)
|
||||
|
||||
And it is easy to add more! Your accelerator of choice only needs to support a total of 26 (optionally 27) low level ops.
|
||||
And it is easy to add more! Your accelerator of choice only needs to support a total of ~25 low level ops.
|
||||
More information can be found in the [documentation for adding new accelerators](/docs/adding_new_accelerators.md).
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue