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.