Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: fix the sliding window iteration bound for SWA in batch prefill operators #563

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

yzh119
Copy link
Collaborator

@yzh119 yzh119 commented Oct 27, 2024

The iteration bound for sliding window in batch prefill kernels is wrong, this PR fixes the issue.
Note that this bug do not influence kernel accuracy, but might harm kernel performance under some circumstance.

@yzh119 yzh119 changed the title bugfix: fix the sliding window iteration bound for SLA in batch prefill operators bugfix: fix the sliding window iteration bound for SWA in batch prefill operators Oct 27, 2024
@yzh119 yzh119 merged commit 4800368 into main Oct 27, 2024
@yzh119 yzh119 deleted the bugfix-window-left-bound branch November 10, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant