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