[feat] Add native SM103a VSA support - #1812
Merged
Merged
Conversation
Signed-off-by: lishunyang12 <lishunyang12@163.com>
Contributor
Merge Protections🔴 1 of 1 protections blocking · waiting on 🤖 CI
🔴 PR merge requirementsWaiting for
This rule is failing.
|
There was a problem hiding this comment.
Welcome to FastVideo! Thanks for your first pull request.
How our CI works:
PRs run a three-tier CI system:
- Pre-commit — formatting (yapf), linting (ruff), type checking (mypy). Runs immediately on every PR.
- Fastcheck — six core GPU lanes run automatically via Buildkite (~10-15 min).
- Merge gate — a reviewer adds
ready; changed paths select only the relevant integration, training, golden, or SSIM coverage.
Before your PR is reviewed:
-
pre-commit run --all-filespasses locally - You've added or updated tests for your changes
- The PR description explains what and why
If pre-commit fails, a bot comment will explain how to fix it. Fastcheck and merge-gate results appear in the Checks section below.
Useful links:
alexzms
self-requested a review
September 3, 2026 20:04
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
Enable the native MiniMax-H3 VSA forward on B300/GB300 (SM103a) instead of falling back to Triton. The existing SM100a Python/module/environment names remain unchanged for compatibility.
Changes
Test Plan
The CUDA wheel was also built locally and inspected with cuobjdump to verify that both SM100a and SM103a images contain the 64-token and 128-token VSA kernels.
Test Results
B300 correctness and performance
All generated videos completed and decoded successfully. The main DiT used the native FastVideo VSA path; the short token-refiner used the expected dense SDPA fallback.
GPUs 4-7 had unrelated resident processes holding memory during the E2E A/B, although they showed 0% SM utilization before and after the run. The paired comparison used identical conditions; the kernel correctness and direct benchmark were validated independently.
Generated videos
The complete output metadata and SHA256 checksums are in the
artifact README.
Checklist
pre-commit run --all-filesand fixed all issuesModel/pipeline-only SSIM and support-matrix checks are not applicable to this kernel architecture extension.