Feature Support Matrix
Status of vLLM features on Qualcomm Cloud AI hardware.
Status Legend
| Symbol |
Meaning |
| โ
|
Supported and validated |
| ๐งช |
Experimental |
| ๐ |
Planned |
| โ |
Not supported |
Feature Matrix
| Feature |
AOT Mode |
Eager Mode |
Notes |
| Inference |
|
|
|
| Text generation |
โ
|
โ
|
Core serving capability |
| Continuous batching |
โ
|
โ
|
|
| Quantization |
|
|
|
| mxfp6 |
โ
|
โ |
Hardware-native compute quantization |
| mxint8 KV cache |
โ
|
โ |
--kv-cache-dtype mxint8 |
| Speculative Decoding |
|
|
|
| N-gram |
โ
|
โ |
|
| Suffix |
โ
|
โ |
|
| Draft model |
โ
|
โ |
Separate DLM on same device |
| Advanced Features |
|
|
|
| LoRA adapters |
โ
|
โ |
Hot-swap adapters |
| Disaggregated serving |
โ
|
โ |
xEyPzD prefill/decode split |
| Multimodal (VLM) |
โ
|
๐งช |
kv_offload architecture |
| Embedding models |
โ
|
โ |
Pooling tasks (Score, embed, classify, rerank) |
| Encoder-decoder |
โ
|
โ |
Whisper |
| Tensor parallelism |
โ
|
โ
|
Across QIDs |
| Pipeline parallelism |
โ
|
โ |
Across QIDs |
Known Constraints
| Constraint |
Scope |
Notes |
| Prefix caching |
Both modes |
๐ Planned |
| MLA attention |
Both modes |
Multi-head Latent Attention โ ๐ Planned |
| Async output |
Both modes |
supports_async_output is False โ ๐ Planned |
Feature Combinations
Some features cannot be used together. Here is the compatibility matrix for common combinations:
| Combination |
AOT |
Eager |
Notes |
| SpD + Disaggregated |
โ
|
โ |
Supported on decode node |
| LoRA + Disaggregated |
โ |
โ |
Not supported |
| Multimodal + CCL (Compiled Context Lengths) |
โ
|
๐งช |
Supported (vision encoder on separate device) |
| Tensor Parallel + Disaggregated |
โ
|
โ |
Supported (TP within each node) |
| Quantization + LoRA |
โ
|
โ |
Supported (quantized base + LoRA adapters) |