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 inline RoPE in decode kernels #847

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

MasterJH5574
Copy link
Collaborator

This PR fixes a bug in decode kernel that fails to process the q_rope_offset provided in Params. The variable naming follows the existing example in prefill kernel:

DEFINE_HAS_MEMBER(maybe_q_rope_offset)

This PR fixes a bug in decode kernel that fails to process the
`q_rope_offset` provided in Params. The variable naming follows
the existing example in prefill kernel:

https://github.com/flashinfer-ai/flashinfer/blob/ab6484effafd5133514890999ff23129ce3b8a9b/include/flashinfer/attention/prefill.cuh#L39
@yzh119 yzh119 merged commit 1161b12 into flashinfer-ai:main Feb 16, 2025
MasterJH5574 added a commit that referenced this pull request Feb 16, 2025
Following up #855 and #847, this PR fixes a minor typo.
MasterJH5574 added a commit that referenced this pull request Feb 16, 2025
Following up on #855 and #847, this PR fixes a typo of inline RoPE in decode kernel.
MasterJH5574 added a commit that referenced this pull request Feb 16, 2025
Following up on #855 and #847, this PR fixes a typo of inline RoPE in
decode kernel.
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.

2 participants