We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the following error
error: 'tensor.dim' op unexpected during shape cleanup; dynamic dimensions must have been resolved prior to leaving the flow dialect
Full error log: https://gist.github.com/jinchen62/a1de60c0562389f823ddf9d7fe6d24d9 Reproducer: https://gist.github.com/jinchen62/e22cab3ad4562a97c03c8ddfe4f4fd9f
Seems tensor.dim op fails with dynamic shapes in a scf.for loop.
tensor.dim
scf.for
iree-compile --iree-hal-target-backends=llvm-cpu --iree-llvmcpu-target-cpu=host repro.mlir -o test.vmfb
No response
Local build on TOM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Getting the following error
Full error log: https://gist.github.com/jinchen62/a1de60c0562389f823ddf9d7fe6d24d9
Reproducer: https://gist.github.com/jinchen62/e22cab3ad4562a97c03c8ddfe4f4fd9f
Seems
tensor.dim
op fails with dynamic shapes in ascf.for
loop.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: