mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
fast hip read (#3014)
* fast hip read * hip read faster * fix tests * to_mv * simplify * bump to 6k lines
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user