Contain the dependency on IREE
Open
- Dominant language
- Python
- Stars
- 59
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Multiple packages transitively include IREE packages, which significantly increases load time and clashes with other MLIR-based imports. Specifically, importing `wave_lang.kernel` or _any_ subpackage (because of `wave_lang/kernel/__init__.py` importing a lot of stuff) currently loads IREE even if no compilation happens.
Contributor guide
Assessment
This issue has not been assessed yet.