Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 360 Bytes

File metadata and controls

7 lines (6 loc) · 360 Bytes

Notes

  • Run tests with -n12 for 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.md for profiling and debugging rewrite rules
  • Do not do amend commits. Always do a new commit if a force push to origin would be required.