[ROCm] Enable VLLM triton FP8 moe for gfx1201, tuned for Qwen3-30B-A3B-FP8 tp=2#79
Open
big-yellow-duck wants to merge 5 commits intomainfrom
Open
[ROCm] Enable VLLM triton FP8 moe for gfx1201, tuned for Qwen3-30B-A3B-FP8 tp=2#79big-yellow-duck wants to merge 5 commits intomainfrom
big-yellow-duck wants to merge 5 commits intomainfrom
Conversation
tjtanaa
reviewed
Mar 12, 2026
vllm/_aiter_ops.py
Outdated
| """ | ||
| if current_platform.is_rocm() and IS_AITER_FOUND: | ||
| from vllm.platforms.rocm import on_gfx9 | ||
| from vllm.platforms.rocm import on_gfx9, on_gfx12x |
Member
There was a problem hiding this comment.
This should not be include here because this is only about pushing the triton tuned config json
Signed-off-by: big-yellow-duck <jeffaw99@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
gfx12xx cards support FP8, so we enabled FP8 Triton MoE in VLLM and tuned for Qwen/Qwen3-30B-A3B-Instruct-2507-FP8.
Test Plan
benchmark Qwen/Qwen3-30B-A3B-Instruct-2507-FP8 with triton moe tuned on 2 Radeon PRO 9700
Test Results
Benchmark using Qwen/Qwen3-30B-A3B-Instruct-2507-FP8 on 2x Radeon PRO 9700
TTFT (ms)
TPOT (ms)
E2E Latency (ms)
Accuracy checks
GSM8K Accuracy
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.