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 some compiler pre-check. #859

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

foreverlms
Copy link
Contributor

I am using flashinfer as the c++ backend to make some development. Find two compiler-check error:

  1. shouldn't use move in returning local object.
  2. num_cluster is int32_t, but in for-loop, it is compared to uint32_t i = 0

@yzh119 yzh119 merged commit 127ff22 into flashinfer-ai:main Feb 17, 2025
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