You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: