27Explain NUMA and CPU affinity on a GPU node. Why can the wrong socket halve host-to-device bandwidth?▼hardNewCrusoeLambdaNebius4 replies◆ premiumA two-socket GPU node has two PCIe trees, two memory pools and one inter-socket link that every wrong-sided transfer must cross. A dataloader on the far socket shares that link with seven other GPUs' traffic, and its copies run at half speed. The topology map, the arithmetic and the pinning.Open full answer →
08One node in a job runs at half the speed of its peers. What do you check, in what order, and what does each answer rule out?▼mediumNewCrusoeLambda4 repliesunlockedFive causes produce the same symptom and each has a check that takes under a minute. The order to run them in, what each one eliminates, and the arithmetic showing that one slow node in a thousand costs the whole job its speed rather than a thousandth of it.Open full answer →