Pre-built Wheel Undefined Symbol Error
The user installed a pre-built wheel of `flash-attn` compiled against a specific PyTorch and CUDA version (e.g., PyTorch 2.1.0 + cu118), but their runtime environment has a different PyTorch version (e.g., PyTorch 2.2.0 + cu121). C++ extensions in PyTorch are tightly coupled to the PyTorch ABI (Application Binary Interface). Mismatched PyTorch versions lead to unresolved symbols at load time.
The user installed a pre-built wheel of `flash-attn` compiled against a specific PyTorch and CUDA version (e.
- Symptom
ImportError: .*undefined symbol: _ZN2at4_ops19empty_memory_format4callEN3c108ArrayRefIlEENS2_8optionalINS2_10ScalarTypeEEENS5_INS2_6LayoutEEENS5_INS2_6DeviceEEENS5_IbEENS5_INS2_12MemoryFormatEEE- Root cause
- The user installed a pre-built wheel of `flash-attn` compiled against a specific PyTorch and CUDA version (e.g., PyTorch 2.
- Recommended fix
- Install the wheel matching the exact PyTorch and CUDA version pip install flash-attn==2.5.6+cu122torch2.2cxx11abiFALSE -f https://github.com/Dao-AILab/flash-attention/releases Installing the wheel compiled for the specific runtime environment resolves the ABI incompatibility.
- How Denpex helps
- Denpex matches Pre-built Wheel Undefined Symbol Error 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
Pre-built Wheel Undefined Symbol Error is a Environment failure seen during ML training runs. The user installed a pre-built wheel of `flash-attn` compiled against a specific PyTorch and CUDA version (e.g., PyTorch 2.1.0 + cu118), but their runtime environment has a different PyTorch version (e.g., PyTorch 2.2.0 + cu121). C++ extensions in PyTorch are tightly coupled to the PyTorch ABI (Application Binary Interface). Mismatched PyTorch versions lead to unresolved symbols at load time. Common tags: ABI Incompatibility.
Is this what broke your run? Paste your log.
You're reading about Pre-built Wheel Undefined Symbol Error. 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)
The installation succeeds without warnings, leading the user to believe the package is ready. The error message is a cryptic C++ mangled symbol, making it hard to realize it's a simple version mismatch issue.
What you'll observe
- ImportError: .*undefined symbol: _ZN2at4_ops19empty_memory_format4callEN3c108ArrayRefIlEENS2_8optionalINS2_10ScalarTypeEEENS5_INS2_6LayoutEEENS5_INS2_6DeviceEEENS5_IbEENS5_INS2_12MemoryFormatEEE
- ImportError: cannot import name 'flash_attn_2_cuda' from 'flash_attn'
Common symptoms and what they mean
| Symptom | Why it happens |
|---|---|
| FlashAttention installs successfully via pip using a pre-compiled wheel. | The user installed a pre-built wheel of `flash-attn` compiled against a specific PyTorch and CUDA version (e.g., PyTorch 2.1.0 + cu118), but their runtime environment has a different PyTorch version (e.g., PyTorch 2.2.0 + cu121). C++ extensions in PyTorch are tightly coupled to the PyTorch ABI (Application Binary Interface). Mismatched PyTorch versions lead to unresolved symbols at load time. |
| Importing flash_attn in Python immediately crashes with an `ImportError` regarding undefined symbols. | The user installed a pre-built wheel of `flash-attn` compiled against a specific PyTorch and CUDA version (e.g., PyTorch 2.1.0 + cu118), but their runtime environment has a different PyTorch version (e.g., PyTorch 2.2.0 + cu121). C++ extensions in PyTorch are tightly coupled to the PyTorch ABI (Application Binary Interface). Mismatched PyTorch versions lead to unresolved symbols at load time. |
Which systems are affected
- FlashAttention
- PyTorch
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.
- ✓Run `pip list | grep flash-attn` and note the wheel tags.
- ✓Check PyTorch version with `python -c 'import torch; print(torch.__version__)'`.
- ✓Check for mismatch between the PyTorch version and the wheel's intended PyTorch version.
Searchable error signature
ImportError: .*undefined symbol: _ZN2at4_ops19empty_memory_format4callEN3c108ArrayRefIlEENS2_8optionalINS2_10ScalarTypeEEENS5_INS2_6LayoutEEENS5_INS2_6DeviceEEENS5_IbEENS5_INS2_12MemoryFormatEEE
ImportError: cannot import name 'flash_attn_2_cuda' from 'flash_attn'
Importing flash_attn in Python immediately crashes with an `ImportError` regarding undefined symbols.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
- The user installed a pre-built wheel of `flash-attn` compiled against a specific PyTorch and CUDA version (e.g., PyTorch 2.1.0 + cu118), but their runtime environment has a different PyTorch version (e.g., PyTorch 2.2.0 + cu121). C++ extensions in PyTorch are tightly coupled to the PyTorch ABI (Application Binary Interface). Mismatched PyTorch versions lead to unresolved symbols at load time.
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.