This repository collects discussion-stage design plans for TileOps operator families and release tracks. The documents here are not manifest specs and do not freeze public APIs. They are intended to help reviewers align on operator boundaries, model-driven requirements, release phases, and follow-up tracking issues before implementation PRs.
| Plan | Scope | Status |
|---|---|---|
| TileOps CUPTI GPU/CPU 时间戳残差分析 | H200/CUDA 12.9 attribution window residual、GPU PTIMER/TSC correlation anchor、跨机器随机性与 24/24/96 μs 工程边界 | Investigation report |
| TileOps Benchmark Timing SOL 对齐技术报告 | NV SOL native CUPTI timing flow, TileOps benchmark history, current Kineto projection issue, and staged improvement strategy | Discussion draft |
| TileOps Benchmark 计时后端决策 | Benchmark timing backend comparison: NCU diagnostic path vs CUPTI single-kernel sampling with CUDA event fallback | Discussion draft |
| Cross-Layer 算子族发布计划 | Cross-layer operator taxonomy, MHC manifest alignment, Block AttnRes path, and adjacent depth/cache mechanisms | Discussion draft |
| 推理量化功能补齐计划 | Quantization gaps across existing TileOps families, including FP8, INT4, MoE experts, GEMM, and KV cache paths | Discussion draft |
| GQA / FP8 Attention planning bundle | GQA prefill/decode plans, FP8 GQA Hopper notes, issue drafts, assets, and contribution reports migrated from tileops-gqa-plan |
Planning archive |
These plans separate three layers:
- Model mechanisms: what recent models use.
- Operator boundaries: what can become a stable TileOps op with a tensor signature, correctness reference, and benchmark workload.
- Release phases: what should be discussed, specified, implemented, and promoted through manifest status.
The plans should not be read as a promise that every mechanism named in the document becomes a TileOps operator. A mechanism enters a TileOps manifest only after its kernel boundary, dtype/layout contract, correctness policy, benchmark workload, and source metadata are reviewed.
The canonical implementation, manifest entries, tests, and benchmarks belong in the TileOps repository. This repository is a public discussion package for design planning and review.
plans/gqa/was migrated fromsuperAngGao/tileops-gqa-planand intentionally preserves its working documents, issue drafts, figures, and reports.