remove dtype from FlopCounter (#4075)

the annoying thing to remove all FlopCounter is that for device that does not support local, matmul index alu is huge.
we can remove the dtype first.

sneak in updating `ruff` command to `ruff check`
This commit is contained in:
chenyu
2024-04-04 21:23:28 -04:00
committed by GitHub
parent 3de855ea50
commit 9e0ebf8979
3 changed files with 10 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ jobs:
- name: Lint with ruff
run: |
pip3 install --upgrade --force-reinstall ruff
python3 -m ruff . --preview
python3 -m ruff check . --preview
- name: Lint tinygrad with pylint
run: python -m pylint tinygrad/
- name: Run mypy