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
Compilation failed in iree-vm-conversion pass. The arith.sitofp comes from converting a dynamic input shape to float for calculating the resized shape by multiplying scales. Static shape would pass compilation, so I wonder if something in frontend should be changed or we could support it in iree compilation.
What happened?
Following up issue of llvm/torch-mlir#3903.
Error log: https://gist.github.com/jinchen62/8059b38cc52770464b848da380815f2b
Reproducer on linalg backend: https://gist.github.com/jinchen62/f5973d95153582e73ca228332b973448
Compilation failed in
iree-vm-conversion
pass. Thearith.sitofp
comes from converting a dynamic input shape to float for calculating the resized shape by multiplying scales. Static shape would pass compilation, so I wonder if something in frontend should be changed or we could support it in iree compilation.Steps to reproduce your issue
What component(s) does this issue relate to?
No response
Version information
Local build on TOM
Additional context
No response
The text was updated successfully, but these errors were encountered: