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
Followup of #823 , we should import `from .. import flashinfer_kernels,
flashinfer_kernels_sm90` instead of `from .. import _kernels,
_kernels_sm90`, otherwise we will be using JIT compilation all the code.
Also add some logic to catch "undefined symbol" errors in case the AOT
wheel compilation is successful but failed to be loaded.
0 commit comments