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

@@ -9,7 +9,7 @@ repos:
pass_filenames: false
- id: ruff
name: ruff
entry: ruff . --preview
entry: ruff check . --preview
language: system
always_run: true
pass_filenames: false