What does Kernel fusion mean in inference serving?
Kernel fusion combines adjacent tensor operations into a single device kernel. Intermediate values can stay on chip instead of returning to device memory between operations. Compilers and handwritten kernels fuse patterns supported by their backends. Teams measure representative shapes because a useful fusion boundary depends on data layout and hardware.