04What is gang scheduling, and what goes wrong on a Kubernetes cluster that does not have it?▼easyNewCoreWeaveAnyscale4 repliesunlockedA distributed training job is 64 pods that start together or not at all. The deadlock two partially placed jobs produce, counted out on a 64-GPU cluster, and how Kueue and Volcano make the job the unit of admission.Open full answer →
30A multi-GPU training job hangs at step 400 with every GPU at 100 percent utilization. Debug it.▼expert★ EssentialNewMetaAnthropicOpenAI4 replies◆ premiumFull GPU utilization during a hang is the clue, because a spinning collective looks identical to real work. The isolation order that finds the mismatched rank in minutes, a runnable reproducer that hangs on demand, and the fix that gates the logging rather than the collective.Open full answer →