vllm - 💡(How to fix) Fix [Performance]: Async scheduling on AMD hardware

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…

Code Example

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

Proposal to improve performance

No response

Report of performance regression

It looks like on AMD hardware (I'm using MI350X), schedule can't properly overlap with GPU computation. Explanation from CodeX:

On CUDA, graph launch behaves like an enqueue, so vLLM overlaps CPU scheduling with GPU graph execution. On MI350X ROCm, hipGraphLaunch appears to hold the calling Python thread for nearly the full graph execution. As a result, async scheduling is enabled but cannot create useful overlap in TP=1 uni; scheduling runs after the graph/sample boundary and creates a GPU idle bubble before the next forward.

Is this a known issue? Looks like it's ROCm runtime limitation.

<img width="708" height="1372" alt="Image" src="https://github.com/user-attachments/assets/069b396b-7261-4e19-9845-14da80e7250f" />

Misc discussion on performance

No response

Your current environment (if you think it is necessary)

The output of `python collect_env.py`

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.

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