vllm - 💡(How to fix) Fix [Bug]: deep_gemm linked with cuda12 in cuda13 build [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vllm-project/vllm#39501Fetched 2026-04-11 06:13:13
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
closed ×1labeled ×1

Code Example

Your output of `python collect_env.py` here
RAW_BUFFERClick to expand / collapse

Your current environment

<details> <summary>The output of <code>python collect_env.py</code></summary>
Your output of `python collect_env.py` here
</details>

🐛 Describe the bug

============================== Versions of relevant libraries

[pip3] flashinfer-python==0.6.6 [pip3] numpy==2.2.6 [pip3] nvidia-cublas==13.1.0.3 [pip3] nvidia-cuda-cupti==13.0.85 [pip3] nvidia-cuda-nvrtc==13.0.88 [pip3] nvidia-cuda-runtime==13.0.96 [pip3] nvidia-cudnn-cu13==9.15.1.9 [pip3] nvidia-cudnn-frontend==1.18.0 [pip3] nvidia-cufft==12.0.0.61 [pip3] nvidia-cufile==1.15.1.6 [pip3] nvidia-curand==10.4.0.35 [pip3] nvidia-cusolver==12.0.4.66 [pip3] nvidia-cusparse==12.6.3.3 [pip3] nvidia-cusparselt-cu13==0.8.0 [pip3] nvidia-cutlass-dsl==4.4.2 [pip3] nvidia-cutlass-dsl-libs-base==4.4.2 [pip3] nvidia-ml-py==13.595.45 [pip3] nvidia-nccl-cu13==2.28.9 [pip3] nvidia-nvjitlink==13.0.88 [pip3] nvidia-nvshmem-cu13==3.4.5 [pip3] nvidia-nvtx==13.0.85 [pip3] pytorch-triton==3.5.1 [pip3] pyzmq==27.1.0 [pip3] torch==2.10.0+cu130 [pip3] torch-c-dlpack-ext==0.1.5 [pip3] torch-memory-saver==0.0.9 [pip3] torchao==0.15.0+cu130 [pip3] torchaudio==2.10.0+cu130 [pip3] torchcodec==0.8.0+cu130 [pip3] torchvision==0.25.0+cu130 [pip3] transformers==4.57.6 [pip3] triton==3.6.0

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

extent analysis

TL;DR

The issue may be related to a version conflict or incompatibility between the installed libraries, and checking the compatibility of the installed versions, such as torch and torchvision, might help resolve the issue.

Guidance

  • Verify that all installed libraries are compatible with each other, especially torch and torchvision, which have specific version requirements.
  • Check the documentation of each library to ensure that the installed versions are compatible with the CUDA version installed.
  • Review the versions of nvidia-cuda and nvidia-cudnn to ensure they match the requirements of the installed libraries.
  • Consider checking the PyTorch and TorchVision documentation for known issues or version conflicts.

Notes

The issue lacks specific error messages or symptoms, making it difficult to provide a more targeted solution. Further information about the error or issue being experienced would be necessary to provide a more accurate diagnosis and solution.

Recommendation

Apply workaround: Check library compatibility and versions to identify potential conflicts, as this is a common cause of issues in complex environments like the one described.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING