How does torch.compile() achieve massive speedups despite highly optimized NumPy functions? See how operator fusion works! ⚡
-
Updated
Aug 3, 2026 - Jupyter Notebook
How does torch.compile() achieve massive speedups despite highly optimized NumPy functions? See how operator fusion works! ⚡
面向 Transformer 推理学习的精简 Triton 算子:RMSNorm+RoPE、Gated MLP、FlashAttention
A specialized compiler that optimizes deep learning models for AI accelerators with operator fusion, memory optimization, and hardware-specific passes.
C++17 ONNX inference optimizer + CPU runtime for Apple Silicon. Operator fusion via IR passes, Accelerate AMX-backed sgemm; benched vs ONNX Runtime CPU EP on DistilBERT (1.26x baseline speedup, 6.99x ORT on raw MatMul).
TensorMorph is an AI-assisted MLIR compiler for TOSA graph optimization and operator fusion.
From-scratch C++ inference compiler: ONNX parsing, operator fusion, and handwritten NCHW kernels that match ONNX Runtime exactly on a trained MNIST CNN.
Native Rust edge inference engine with zero-copy memmap2 tensor loading, register-fused Linear+ReLU kernels, and scenario-aware MoE routing via rayon work-stealing — achieving 352µs lightweight and 1.39ms dense expert execution.
Add a description, image, and links to the operator-fusion topic page so that developers can more easily learn about it.
To associate your repository with the operator-fusion topic, visit your repo's landing page and select "manage topics."