Triton 学习手记 (二):实现 Flash Attention 2 August 29, 2025 • Houquan Zhou Triton 手记 This post is still in progress. 前言 在之前的手记中,我们介绍了 Triton 的基本概念,在这篇手记中我们开始实践,实现 Flash Attention 2。 什么是 Flash Attention 2? 在进入实现环节之前,我们先来回顾一下 Flash Attention 2。 如果读者熟悉 Flash Attention 2,可以跳过这一节。(直达下一节) Flash Attention 2 的 Triton 实现