all ops supported on GPU now

This commit is contained in:
George Hotz
2020-12-03 10:43:11 -08:00
parent 621a93b777
commit 1290e01e2c

View File

@@ -80,7 +80,7 @@ optim.step()
### GPU Support?!
tinygrad supports GPUs through PyOpenCL. Not all ops are supported yet on the backward pass.
tinygrad supports GPUs through PyOpenCL.
```python
from tinygrad.tensor import Tensor
@@ -89,7 +89,7 @@ from tinygrad.tensor import Tensor
### ANE Support?!?!
So it doesn't work yet, but see the ane directory for code to use the Apple Neural Engine at a low level.
So it doesn't work yet, but see the `ane` directory for code to use the Apple Neural Engine at a low level.
### ImageNet inference