Files
tinygrad/AGENTS.md
qazalandGitHub 732e6bd52c add one line viz mention (#17198)
* add one line viz mention

* changes

* edit
2026-07-26 00:18:41 +09:00

234 B

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 for profiling