[Refactor] Cleanup batch invariant dead code#41993
Conversation
Signed-off-by: yewentao256 <zhyanwentao@126.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
There was a problem hiding this comment.
Code Review
This pull request performs cleanup in the batch_invariant module, including the removal of unused imports, includes, and commented-out code. It simplifies _matmul_launch_metadata and removes logic that previously cached original state values when enabling batch invariant mode. I have no feedback to provide.
LucasWilkinson
left a comment
There was a problem hiding this comment.
LGTM; thanks for cleaning this up!
yewentao256
left a comment
There was a problem hiding this comment.
Land it as all CI pass
Signed-off-by: yewentao256 <zhyanwentao@126.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
Purpose
Cleanup batch invariant dead code