undefined min read
PyTorch Internals 13 - When a Fused Operator Is Actually Worth It
Fusion is valuable when it reduces memory traffic and intermediate materialization, not just when it reduces the number of visible ops
Fusion is valuable when it reduces memory traffic and intermediate materialization, not just when it reduces the number of visible ops