Bump xDiT stack - #32
Merged
Merged
Conversation
Track upstream AITER at the commit validated in the aiter-bump test branch. Co-authored-by: Cursor <cursoragent@cursor.com>
Regenerate against 4fa508ef: drop stale Union import hunk, use Optional[...] annotations for infer_schema, and retarget hunks to the new file layout. Co-authored-by: Cursor <cursoragent@cursor.com>
Nested _validate_cu in aiter/ops/mha.py breaks torch.compile when annotated with PEP 604 syntax. Apply aiter_mha_pep604_dynamo.patch in Dockerfile.ci; remove it after PyTorch is bumped above 2.9. Co-authored-by: Cursor <cursoragent@cursor.com>
commit 27ada84 Author: Mikko Lauri <mikko.lauri@amd.com> Date: Tue Aug 25 12:54:44 2026 +0000 Work around PyTorch 2.9 Dynamo PEP 604 graph break in AITER MHA. Nested _validate_cu in aiter/ops/mha.py breaks torch.compile when annotated with PEP 604 syntax. Apply aiter_mha_pep604_dynamo.patch in Dockerfile.ci; remove it after PyTorch is bumped above 2.9. Co-authored-by: Cursor <cursoragent@cursor.com> commit 2208972 Author: Mikko Lauri <mikko.lauri@amd.com> Date: Tue Aug 25 12:54:44 2026 +0000 Refresh sparse FP8 ASM patch for bumped AITER. Regenerate against 4fa508ef: drop stale Union import hunk, use Optional[...] annotations for infer_schema, and retarget hunks to the new file layout. Co-authored-by: Cursor <cursoragent@cursor.com> commit 95a1f02 Author: Mikko Lauri <mikko.lauri@amd.com> Date: Tue Aug 25 12:54:44 2026 +0000 Bump AITER_COMMIT to 4fa508ef for CI builds. Track upstream AITER at the commit validated in the aiter-bump test branch. Co-authored-by: Cursor <cursoragent@cursor.com>
nsakkine
approved these changes
Sep 2, 2026
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.
Bump xDiT, transformers, diffusers, and DistVAE.
Closes #1001
Background
Bump xDiT to support MHAv4 dense and sparse backends.
Diffusers bump is needed to support new LTX2.5 API in xDiT. Transformers bump is needed to support the new diffusers version. DistVAE is bumped to meet xDiT requirements (now need
DistVAE>=0.1.0).Goals
Tasks
Tests
CI run here.
Visually all outputs look good. Performance was tested compared to last AITER bump.
MI350X performance
MI300X performance. These configs were rerun manually due to transient issues on CI: flux.usp, flux.single_gpu, flux2.quantgemm.gfx942, flux2.quantgemm_sageattn.gfx942, hunyuanvideo.default
Other
n/a