Open bmacadam-sfu opened 6 months ago
This shouldn't be operating system specific. I suspect you have a different version of iree-compile
or JAX on Linux.
(If we switch IREE and its deps to use VHLO instead of StableHLO this class of problems may go away)
Ok - I tried compiling everything on the same Windows machine and got a more useful error. I'll try to write a minimal reproduction in the morning.
What happened?
I exported a model from JAX to MLIR using shape polymorphism in the batch index, but ran into the following issue when I tried to compile on a Windows machine:
This worked on the original linux machine using the python API and basic compilation settings, so I'm a bit confused why it is failing in this case.
Steps to reproduce your issue
What component(s) does this issue relate to?
No response
Version information
IREE compiler version 20240410.859 @ b4273a4bfc66ba6dd8f62f6483d74d42a7b936f1
Additional context
It does seem to work with default settings in python on my original linux machine, so perhaps it has to do with the build target.