forked from tinygrad/tinygrad
265 B
265 B
Notes
- Run tests with
-n12for speed (e.g.python -m pytest test/null/test_dtype.py -x -q -n12) - Run
python -m mypy tinygrad/to typecheck - Run
python -m ruff check .to lint - Read
./tinygrad/viz/README.mdfor profiling and debugging rewrite rules