Files
tinygrad/AGENTS.md
George HotzandGitHub fdffc6c0c8 remove dtypes base (#16931)
* remove dtypes base

* find/replace bug

* vcount is junk too
2026-07-08 11:48:11 -07:00

189 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