Results 26 comments of maxbartel

Force pushed because of DCO

> That is the latest stable release. Might want to also try the latest nightly (https://iree.dev/reference/bindings/python/#__tabbed_2_2): This does not fix the error unfortunately... If this is related to https://github.com/iree-org/iree/issues/17137 then...

I created https://github.com/llvm/llvm-project/pull/91318 to fix this

@ScottTodd My PR fixed this error. Maybe you could try https://github.com/iree-org/iree/issues/17137 to see if it is also fixed 🙂

This is hard to debug without the full inputs to the compiler. My guess is that you use a TF version that is too old. `tosa.div` was renamed to `tosa.int_div`...

We are facing something related with the tests. If we have a test dependency on numpy, we get this error: ``` ==================================== ERRORS ==================================== _ ERROR collecting external/rules_python~~pip~pypi_311_numpy/site-packages/numpy _ external/rules_python~~pip~pypi_311_numpy/site-packages/numpy/conftest.py:11:...

@ScottTodd You are changing a lot of this scripts at the moment right? How much do you still have to change? Can you give me a hint what needs to...

Sound good. Let's get your changes in first. After editing them I am not a huge fand of the `build_all.sh` scripts... They are also shared between macos and linux, which...

No worries! Disabling stuff in the default build does not change the release imo. However the AArch64 CUDA backend would. Maybe we can get that at least in? Would be...

Hmm yeah you have a point about the release notes. When is that release planned? Regarding the presets, I think we converged to a minimal build without most backends, didn't...