Sharding Model Analysis

Analyze a PyTorch model, then design and implement an optimal multi-device sharding strategy for Tenstorrent hardware that minimizes collective-communication (CCL) ops. A strategy is both which parallelism to use (tensor / sequence / data) and how to shard under it - e.g. Megatron column→row is one of several tensor-parallel schemes. Use whenever the user asks to shard a model, distribute it across devices, write Shardy annotations, reduce CCLs, or analyze a model for tensor/sequence parallelism. Trigger even when the user only says "sharding strategy" or names a model with a device count, without asking for a full plan.

tenstorrent 28af081 11 files · 48.1 KB Updated

File contents

tenstorrent/tt-xla/tree/main/.claude/skills/sharding-model-analysis commit 28af081180

Frequently asked questions

npx skillmds@latest add tenstorrent/sharding-model-analysis