[CI/Build][SM70] Close wheel build inputs - #421
Merged
yangzhuxinyzx merged 2 commits intoAug 29, 2026
Conversation
Make the incompatible TokenSpeed MLA package optional and copy tracked FlashQLA sources into the csrc wheel stage.\n\nReported-by: ga-it <42608074+ga-it@users.noreply.github.com> Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
…-build-closure-20260829-074938
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
Close two independently reproduced SM70 wheel-build blockers originally reported in #409 and #411:
tokenspeed-mla==0.2.5, whoseapache-tvm-ffi==0.1.13requirement conflicts with the repository TileLang pin at0.1.10; TokenSpeed remains an optional Blackwell backend;flash_qla/source tree into the Docker csrc wheel stage consumed bysetup.py.Base SHA:
5ef2ddc2d3b9810969a873a5ee0eaef1d1ce708c.This reimplementation provides the DCO sign-off missing from the original candidate commits and credits their report.
Test Plan
apache-tvm-ffi==0.1.10remains and TokenSpeed MLA is absent;setup.pyconsumes it, and the Docker csrc stage copies it;Test Result
uv pip compile: 192 packages resolved in 53.40 s;apache-tvm-ffi==0.1.10; notokenspeed-mla;git diff --check: passed.Reported-by: #409 and #411.