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
This pull request includes changes to the `flashinfer/jit/__init__.py`
file to improve the import structure and handle the `prebuilt_ops_uri`
import conditionally.
Improvements to import structure:
* Removed the unconditional import of `prebuilt_ops_uri` from
`aot_config` and added it conditionally within the try-except block to
handle cases where `_kernels` or `_kernels_sm90` are not available.
[[1]](diffhunk://#diff-39845bb8e1f81f9ca7d510e99dad0c15c7596ebe1ac909dc1b3c25b742700b5cL20)
[[2]](diffhunk://#diff-39845bb8e1f81f9ca7d510e99dad0c15c7596ebe1ac909dc1b3c25b742700b5cR48-R52)
cc @ByronHsu
0 commit comments