Good shape overall. A few tweaks would push it into the top tier.
Tenstorrent's MLIR Based Compiler. We aim to enable developers to run AI on all configurations of Tenstorrent hardware, through an open-source, general, and performant compiler.
Documentation
93
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under Apache-2.0.
Engineering
68
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
CI is configured (.github/workflows/test-superset-api.yml).
Test files detected (basic_tests/tt-forge-onnx/demo_test.py).
Lockfile present (demos/tt-xla/cnn/requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (demos/tt-xla/cnn/requirements.txt).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 47Forks
- 444Releaseslatest 1y ago
Community
- —Community health
- —authors own >50% of commits
- 300Watchers
Responsiveness
- 69d 5hMedian issue response
- 22hMedian PR merge time
- 125Open issues
Repository files16 root entries
- .githubGood: CI is configured (.github/workflows/test-superset-api.yml).Good: Dependabot configured for devcontainers.Good: Issue or PR templates present.
- basic_testsGood: Test files detected (basic_tests/tt-forge-onnx/demo_test.py).
- demosGood: Lockfile present (demos/tt-xla/cnn/requirements.txt). Installs are reproducible.Good: Dependency manifest found (demos/tt-xla/cnn/requirements.txt).
- docs
- scripts
- skills
- third_party
- .gitignoreGood: .gitignore present.
- .gitmodules
- .pre-commit-config.yaml
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under Apache-2.0.
- LICENSE_understanding.txt
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.