cd/entity/FlashAttention· home entities FlashAttention
grep -l @flashattention /news/*.json | wc -l → 16

FlashAttention

mentions 16 type Organization feed RSS

// recent coverage 16 mentions

11:22
2026-06-26
mlc.ai
machine-learning

Modern GPU Programming Book

A new book, 'Modern GPU Programming For MLSys', teaches GPU kernel optimization for machine learning systems, focusing on Blackwell architecture and techniques like GEMM and FlashAttention. Developed …

15:00
2026-06-17
hiraditya.github.io
large-language-models

vLLM's op IR, or: where the inference engine meets the compiler

VLLM, a model-serving engine for large language models, introduced a small op-level IR to resolve the tension between acting as a compiler target and a hand-tuned kernel dispatcher. The IR allows vLLM…

10:16
2026-06-16
liyuan24.github.io
machine-learning

Attention Backpropagation: Step by step derivation

A blog post derives the backward pass of attention mechanisms step by step, using a concrete example to illustrate gradient computation for Q, K, and V matrices. The derivation builds on FlashAttentio…

17:29
2026-06-14
research.rudrite.com
artificial-intelligence

Show HN: Landmark AI and ML research explained, redrawn, animated

Rudrite Research launched a free, open platform offering interactive, animated visual explainers of landmark AI and ML papers, including Attention Is All You Need, GPT-3, and FlashAttention, to make f…

00:00
2026-06-13
research.rudrite.com
artificial-intelligence

Comparisons — AI & ML approaches side by side | Rudrite Research

Rudrite Research published a comprehensive comparison of AI and ML approaches, covering 14 side-by-side analyses of techniques such as Transformers vs Mamba, FlashAttention vs PagedAttention, and PPO …

12:53
2026-05-29
zartbot.github.io
ai-chips

Dissecting the SM_120 Microarchitecture

NVIDIA's Blackwell consumer GPU (GB203/SM_120) features a unified TensorCore pipeline where all 12 non-FP64 precision formats share identical 29-cycle latency and 23-cycle throughput, reducing precisi…

00:00
2026-05-14
huggingface.co
machine-learning

Unlocking asynchronicity in continuous batching

Synchronous continuous batching in LLM inference causes inefficiency by forcing the CPU and GPU to work sequentially, leaving one idle while the other operates. This idle time can account for nearly a…

// co-occurs with top 8 entities