FlashInfer: Attention States & Recursive Merge

This visualization demonstrates how FlashInfer computes attention by:
1. Calculating partial "Attention States" (s, v) for subsets of Key-Value pairs.
2. Recursively merging these states using the $\oplus$ operator to get the final result.