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

Compilation issue on old cuda versions #514

Open
yzh119 opened this issue Oct 3, 2024 · 0 comments
Open

Compilation issue on old cuda versions #514

yzh119 opened this issue Oct 3, 2024 · 0 comments

Comments

@yzh119
Copy link
Collaborator

yzh119 commented Oct 3, 2024

For old version of cuda (<11.8), flashinfer didn't compile because we include fp8 headers directly without guard, which cause trouble because old cuda didn't provide these headers.

We should fix the behavior by properly adding guard macros to avoid including fp8 headers when FLASHINFER_ENABLE_FP8 is turned off.

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

No branches or pull requests

1 participant