Latency — where it appears
Named by 2 essays across one field — each of them below, with the objects they name alongside it.
The message and the word
Three factorisations of one matrix on sixteen processors: 48 communication rounds, 4, and 4. The words sent are 1,170, 1,170 and 2,160 — so the method with the fewest rounds sends the most words, and the count that separates the three is the one no operation count can see.
Memory bought with messages
Holding four copies of the data instead of one is supposed to cut a matrix multiplication's communication by √4. Measured on a machine of 64 processors it costs 14% more traffic; at 576 it saves 44%, which is 72% of what the law promises. The memory is exactly four times, and that part is not asymptotic.
Named alongside it
The objects these essays reach for when they reach for this one.
All reduceAsymptotic analysisBlock transferBroadcastCommunication avoidingCommunication lower boundCondition numberData movementHouseholder reflectionMatrix multiplicationMemory hierarchyNormal equations