Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 647 Bytes

File metadata and controls

24 lines (18 loc) · 647 Bytes

TileOPs Documentation

Official documentation site for TileOPs — a high-performance LLM operator library built on TileLang.

Site: tile-ai.github.io/TileOPs.github.io

Local Development

pip install mkdocs-material
mkdocs serve

Structure

docs/
  index.md              # Home
  design/               # Architecture & design documents
  api/                  # API reference by operator category
  benchmarks/           # Performance results
  blog/                 # Technical blog
mkdocs.yml             # Site configuration