fast hip read (#3014)

* fast hip read

* hip read faster

* fix tests

* to_mv

* simplify

* bump to 6k lines
This commit is contained in:
George Hotz
2024-01-05 10:33:13 -08:00
committed by GitHub
parent 4465ef28c5
commit 60abc62a3f
7 changed files with 64 additions and 24 deletions

View File

@@ -63,8 +63,8 @@ jobs:
source venv/bin/activate
pip install $GITHUB_WORKSPACE
python -c "from tinygrad.tensor import Tensor; print(Tensor([1,2,3,4,5]))"
- name: Repo line count <5000 lines
run: MAX_LINE_COUNT=5000 python sz.py
- name: Repo line count <6000 lines
run: MAX_LINE_COUNT=6000 python sz.py
testcpuimagenet:
name: CPU and ImageNet to C Tests