Design¶
Architecture and design documentation for TileOPs internals. The pages
below mirror docs/design/ in the tile-ai/TileOPs
repository — the source of truth — pulled in at site build time.
- Architecture — top-level module layout and the spec-driven pipeline.
- Op Manifest — the
src/tileops/manifest/package as the source of truth for op interfaces. - Op Interface Design — playbook for scaffolding a new op from a manifest entry.
- Op Interface Reference — slot-keyed authoritative rules.
- Roofline — performance model and the
rooflinemanifest field. - Testing & Benchmarking — separation of correctness tests and profiling benchmarks.
- Trust Model — stage boundaries and the guarantees each stage owns.