You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It just occurred to me that this is probably because the model was exported with several dynamic input dims. Could this be why padding to intrinsics is getting stuck?
I'm not sure why iree-preprocessing-pad-to-intrinsics changes anything but OptimizeIntArithmetic seems to be the problem. Its spending a ton of time making calls to solver.eraseState(). I previously tried to fix it with #19130
What happened?
IREE compiler hangs when I use iree-preprocessing-pad-to-intrinsics on this IR:
the above hangs for longer than 30 minutes. if I take out
iree-preprocessing-pad-to-intrinsics
, i.e., use:it compiles in under 30 seconds.
I'm not sure if this pass is still required for matching amdgpu intrinsics.
Steps to reproduce your issue
What component(s) does this issue relate to?
Compiler
Version information
IREE compiler version 3.0.0rc20241118 @ 29c451b
Additional context
The MLIR used is an ONNX export. It has its parameters externalized. The model precision is fp32.
The text was updated successfully, but these errors were encountered: