tt-xla
Run PyTorch and JAX models on Tenstorrent hardware
All Skills in This Repository (4)
Pure Emerald Level Indicatorsexcalidraw-diagram
Generate Excalidraw diagram JSON encoding visual arguments for workflows and concepts.
analyze-nightly
Summarize GitHub Actions nightly CI failures grouped by ownership area.
code-reviewer
Automate structured code-review checks for the tt-xla project.
graph-break-analysis
Diagnose graph breaks in TT-XLA compilation logs and generate fix reports.
Frequently Asked Questions
FAQPage SchemaHow to install tt-xla?โผ
Run `npx skills add tenstorrent/tt-xla --all -g -y` in your terminal to install all skills in this suite globally.
What does tt-xla do?โผ
It connects PyTorch/XLA and JAX to Tenstorrent AI hardware through a PJRT plugin, compiling models via TT-MLIR for single-chip and multi-chip execution.
How to analyze failing nightly CI runs?โผ
Use the analyze-nightly or ci-benchmark-analyzer skills with a GitHub Actions run ID to get a grouped failure report with root causes and performance comparisons.
How to shard a model across multiple Tenstorrent chips?โผ
The sharding-model-analysis skill maps your model architecture, picks a CCL-minimizing tensor or sequence parallelism strategy, and implements it with Shardy annotations.
Can it fix model test failures automatically?โผ
Yes. Dedicated triage skills diagnose bfloat16 dtype errors, missing training inputs, and forward-output unpacking failures, then apply minimal loader fixes and update test configs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core