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

fix broken tvm integration caused by #568 #582

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

tsu-bin
Copy link
Contributor

@tsu-bin tsu-bin commented Nov 5, 2024

Hi, now tvm wrapper build failed cause by #568.
I noticed that the new BatchQKApplyRotary interface removed __restrict__ modifier from DType* q, DType* k, DType* q_rope, DType* k_rope, so it's trivial to just add one adapter function to fix this issue.

Copy link
Collaborator

@yzh119 yzh119 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was about to fix it and saw this PR, thanks for the fix :)

@yzh119 yzh119 merged commit 7557dc8 into flashinfer-ai:main Nov 5, 2024
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