Open meshtag opened 1 year ago
Hi,
This sounds like there is a parsing problem. Do you get the same error if you roundtrip the IR (i.e. run the command above without calling the shape inference pass)?
Also did you try another example? The tridiagonal solvers use a feature (sequential loops) that was not very well tested and it may be that it just worked in specific branches / commits.
It looks like the tridiagonal solver example was used in the following branch:
https://github.com/spcl/open-earth-compiler/commits/loop_carried_dependencies
Except you have a specific interest in tridiagonal solvers I would recommend playing with another example.
Do you get the same error if you roundtrip the IR
Yes!
Except you have a specific interest in tridiagonal solvers I would recommend playing with another example.
Alright
I am trying to lower
tridiagonal.mlir
using thestencil-shape-inference
pass like this,but am encountering the following error in this process.