tenstorrenttenstorrentOfficialยท6 Agent Skills Included

tt-forge

Compile, optimize, and debug models on Tenstorrent hardware

Guides development of machine learning models and custom kernels on Tenstorrent hardware using TT-Lang, TTNN, and TT-Metal. Eliminates guesswork in kernel fusion, trace capture, multi-chip sharding, and performance profiling with step-by-step workflows. Includes remote device scripts, bug report filing, and C++ kernel export to speed up hardware validation.
npx skills add tenstorrent/tt-forge --all -g -y
Available:

Gives your AI agent the compiler stack architecture, test and benchmark commands, and coding standards needed to work correctly across the tt-forge sub-projects.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install tt-forge?โ–ผ

Run `npx skills add tenstorrent/tt-forge --all -g -y` in your terminal to install all skills in this suite globally.

How to write custom kernels for Tenstorrent hardware?โ–ผ

The tt-lang skill provides the full TT-Lang DSL reference, letting you write fused Python kernels with compute and data movement threads instead of low-level C++.

How to speed up model inference on Tenstorrent chips?โ–ผ

Use the tt-enable-tracing skill to capture and replay operation traces, removing host dispatch overhead for real-time and multi-chip inference.

Can I profile and optimize TT-Lang kernels?โ–ผ

Yes. The tt-lang-profile-optimize skill walks through baseline measurement, bottleneck analysis, and iterative optimization using built-in perf summary and auto-profiling tools.

Does tt-forge work without physical hardware access?โ–ผ

Yes. The tt-connect-remote-device skill runs kernels in a functional simulator first and connects to remote Tenstorrent machines for final hardware validation.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’