Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ vehicle is **TIRx** (Tensor IR next), a Python DSL for writing GPU kernels at th
layout model (`TileLayout`, named axes, swizzle).
- **Part III — GEMM: Tiled to SOTA.** A tiled GEMM built up through TMA pipelining,
persistent scheduling, warp specialization, and 2-CTA clusters.
- **Part IV — Flash Attention 4.** A complete attention kernel built from the Part III techniques:
two MMAs with softmax between them, online-softmax rescaling, causal masking, and GQA.
- **Part IV — Attention Kernels.** Flash Attention 4 and FlashMLA connect the Part III techniques
into complete attention pipelines, including online softmax, latent KV representations, sparse
gathers, warp specialization, and cooperative two-CTA execution.
- **Appendices.** TIRx language reference, [reproducible GPU benchmarking and
profiling](appendix/benchmarking_gpu_kernels.md), compiler internals, and asynchronous-kernel
debugging.
Expand Down
1,366 changes: 1,366 additions & 0 deletions chapter_flashmla/index.md

Large diffs are not rendered by default.

Binary file added img/flashmla_cache_story.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading