operator-fusion

Tag

Cards List
#operator-fusion

How does torch.compile() achieve massive speedups despite highly optimized NumPy functions? [D]

Reddit r/MachineLearning · 2026-06-19

The author explains operator fusion as a key mechanism behind torch.compile's speedups, and provides a minimal 500-line Python implementation and notebook as an educational tool.

0 favorites 0 likes
#operator-fusion

Operator Fusion for LLM Inference on the Tensix Architecture

arXiv cs.LG · 2026-06-10 Cached

This paper proposes an operator fusion strategy for LLM inference on Tenstorrent's Tensix architecture, fusing RMSNorm with matrix multiplications to improve data locality and reduce DRAM accesses. Experiments on the Wormhole platform with Qwen2.5-0.5B, Qwen3-0.6B, and Qwen3-4B show up to 37.44% latency reduction for attention and 15.89% for MLP.

0 favorites 0 likes
← Back to home

Submit Feedback