HBM Silent Data Corruption leading to Loss Spikes
A transient hardware fault occurred in an unprotected part of the GPU memory pipeline (e.g., a multi-bit flip that bypassed ECC, or a fault in the L1 cache/SRAM). This resulted in an incorrect matrix multiplication output (e.g., a massive floating-point value). Because it wasn't caught by hardware parity checks, the bad data silently poisoned the gradients.
A transient hardware fault occurred in an unprotected part of the GPU memory pipeline (e.
- Symptom
No Xid errors, CUDA errors, or kernel panics are logged in the system.- Root cause
- A transient hardware fault occurred in an unprotected part of the GPU memory pipeline (e.g., a multi-bit flip that bypassed ECC, or a fault in the L1 cache/SRAM).
- Recommended fix
- Roll back to a known-good checkpoint N/A Once model weights are poisoned by an SDC event, they cannot be recovered. The only solution is to load the last good state.
- How Denpex helps
- Denpex matches HBM Silent Data Corruption leading to Loss Spikes across every rank in a distributed run and reports which rank failed first, so you act on the initiating node instead of the loudest one.
What this failure is
HBM Silent Data Corruption leading to Loss Spikes is a Hardware failure seen during ML training runs. A transient hardware fault occurred in an unprotected part of the GPU memory pipeline (e.g., a multi-bit flip that bypassed ECC, or a fault in the L1 cache/SRAM). This resulted in an incorrect matrix multiplication output (e.g., a massive floating-point value). Because it wasn't caught by hardware parity checks, the bad data silently poisoned the gradients. Common tags: Silent Data Corruption.
Is this what broke your run? Paste your log.
You're reading about HBM Silent Data Corruption leading to Loss Spikes. Paste your own crash log or traceback below and get the real root cause for YOUR run, not this generic entry. No account, no card. Logs are masked at ingress and never saved to account history.
Want 14 days on the Scale plan?
Request an evaluation code. A verified workplace organization activates up to 50 diagnoses a day, alerts, history, and follow-up questions. No credit card or automatic subscription.
Why it happens (the mechanism)
ML engineers will typically assume this is an algorithmic instability, bad data batch, or an excessively high learning rate. They will spend weeks tweaking gradient clipping or analyzing the dataset when the root cause was a transient hardware bit-flip.
What you'll observe
- Loss sudden spike to NaN
- Gradient norm explosion without any hyperparameter changes
Common symptoms and what they mean
| Symptom | Why it happens |
|---|---|
| After days or weeks of stable training, the loss curve suddenly spikes or diverges to NaN. | A transient hardware fault occurred in an unprotected part of the GPU memory pipeline (e.g., a multi-bit flip that bypassed ECC, or a fault in the L1 cache/SRAM). This resulted in an incorrect matrix multiplication output (e.g., a massive floating-point value). Because it wasn't caught by hardware parity checks, the bad data silently poisoned the gradients. |
| Checkpoints saved after the spike contain poisoned weights. | A transient hardware fault occurred in an unprotected part of the GPU memory pipeline (e.g., a multi-bit flip that bypassed ECC, or a fault in the L1 cache/SRAM). This resulted in an incorrect matrix multiplication output (e.g., a massive floating-point value). Because it wasn't caught by hardware parity checks, the bad data silently poisoned the gradients. |
| No Xid errors, CUDA errors, or kernel panics are logged in the system. | A transient hardware fault occurred in an unprotected part of the GPU memory pipeline (e.g., a multi-bit flip that bypassed ECC, or a fault in the L1 cache/SRAM). This resulted in an incorrect matrix multiplication output (e.g., a massive floating-point value). Because it wasn't caught by hardware parity checks, the bad data silently poisoned the gradients. |
Which systems are affected
- PyTorch
- Megatron-LM
- DeepSpeed
How to confirm this is the problem
Use this checklist to test the hypothesis against a small reproduction. No single line proves the root cause, so preserve the preceding events and compare one variable at a time.
- ✓Resume training from the last known good checkpoint using the exact same data seed. If it passes the problematic step smoothly, it was likely SDC.
- ✓Run PyTorch CP-Bench or similar deterministic matrix multiplication verification suites on the cluster to identify 'silent' faulty GPUs.
Searchable error signature
No Xid errors, CUDA errors, or kernel panics are logged in the system.Use this text as a lookup key in logs and upstream issue trackers. It is not presented as a captured customer log. Confirm the cause from your own preceding events, versions, configuration and the cited references.
The fix and the prevention pattern
The root cause is on this page and stays free. A free account adds the exact remediation steps, saved history, and the fix on every entry in the encyclopedia.
Sign up free. Unlock the full analysisNo credit card. Daily allowance follows verified trust tier. Instant access.
Diagnose this failure in VS Code
Select the traceback or open the failed terminal, then run Denpex locally to see the initiating rank, collateral failures, exact fix, and verification command without uploading the log.
Install the free VS Code extensionRoot cause
- A transient hardware fault occurred in an unprotected part of the GPU memory pipeline (e.g., a multi-bit flip that bypassed ECC, or a fault in the L1 cache/SRAM). This resulted in an incorrect matrix multiplication output (e.g., a massive floating-point value). Because it wasn't caught by hardware parity checks, the bad data silently poisoned the gradients.
The fix and how to prevent it
Evaluate Denpex on your own logs
Request a Scale evaluation code. A verified workplace organization activates 14 days with up to 50 diagnoses a day. Every account keeps its current diagnosis allowance and gets a verification path. No card or automatic subscription.
References
Don't just read the fix, diagnose your run
The encyclopedia tells you what went wrong. Denpex tells you what went wrong in YOUR training run. With your logs, your config, and your stack.