the.ai

Hardware / Compute

verified

Tensor Core

Most of the arithmetic in a neural network is one operation — multiply a small matrix by another and add the result — so accelerators grew dedicated units that do only that, hundreds of times faster than the general-purpose lanes beside them. Everything else the model does still runs on the slow lanes, and that division is what modern kernel engineering is organised around.

Viz primitive · budget-splitmatmul-flops = 12

matmul-flops holds 38% of the budget; rest holds the remaining 62%.

Arithmetic the matrix units can take, against the elementwise work that must run on the general lanes, in equal units. Drag the layer width up to watch matmul dominate — but the remainder never reaches zero, and it is the remainder that caps the speedup.

12

Reviewed by opendroid · 2026-08-18