"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "bdb2826e49410de3c1e0c6dffa6192833b34dcaa"
Refactor MLA decode kernel: Replace T.If with native Python if statement (#162)
Simplify the control flow in the MLA decode kernel by replacing TileLang's T.If construct with a standard Python if statement. This change improves code readability and maintains the existing logic for handling sequence length constraints during block-wise computation.
Showing
Please register or sign in to comment