tt-mlir
Compile and optimize ML models for Tenstorrent hardware
All Skills in This Repository (5)
Pure Emerald Level Indicatorsadd-ttir-builder-op
...
validate-tt-mlir-against-tt-xla
Automate cross-repo validation of tt-mlir pull requests against tt-xla CI.
add-op
Guide engineers through adding a new operation to the tt-mlir stack.
ttir-decomposition-for-ttmetal
Register TTIR composite op decomposition patterns for the TTMetal backend.
add-ttir-d2m-lowering
Automate TTIR elementwise lowering to D2M for TTMetal in MLIR.
Frequently Asked Questions
FAQPage SchemaHow to install tt-mlir?▼
Run `npx skills add tenstorrent/tt-mlir --all -g -y` in your terminal to install all skills in this suite globally.
What does tt-mlir do?▼
It is an open-source compiler that translates machine learning models into optimized binaries for Tenstorrent AI hardware like Wormhole and Blackhole.
How to add a new op to tt-mlir?▼
The add-op skill walks your agent through every layer, from dialect definitions and conversions to flatbuffer serialization, runtime code, and tests.
Can I validate a tt-mlir PR against tt-xla?▼
Yes. The validation skill cherry-picks your PR onto the pinned commit, triggers tt-xla CI, and reports pass or failure results back to the PR.
Do I need compiler experience to use these skills?▼
No. The skills give your agent step-by-step instructions, file locations, and code templates so it handles the compiler details for you.
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