Files
LLMs-from-scratch/ch03/02_bonus_efficient-multihead-attention
Jestine Paul a3a62c509a Improve MHA einsum (#781)
Efficiency update for einsum as mentioned in #772
2025-08-22 15:12:26 -05:00
..
2024-09-05 18:24:33 +02:00

More Efficient Multi-Head Attention Implementations

Summary

The figures below summarize the performance benchmarks (lower is better).

 

Forward pass only

 

Forward and backward pass

 

Forward and backward pass after compilation