-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
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
Unable to lower op 'tensor.from_elements' with multiple parameters #17086
Labels
bug 🐞
Something isn't working
Comments
6 tasks
rsuderman
added a commit
to rsuderman/iree
that referenced
this issue
Jul 29, 2024
iree-org#17086 We can support multipel `tensor.from_elements` through using `flow.tensor.store` for each elements into an empty array.
rsuderman
added a commit
to rsuderman/iree
that referenced
this issue
Jul 30, 2024
iree-org#17086 We can support multipel `tensor.from_elements` through using `flow.tensor.store` for each elements into an empty array.
rsuderman
added a commit
to rsuderman/iree
that referenced
this issue
Jul 30, 2024
iree-org#17086 We can support multipel `tensor.from_elements` through using `flow.tensor.store` for each elements into an empty array. Signed-off-by: Rob Suderman <rob.suderman@gmail.com>
rsuderman
added a commit
that referenced
this issue
Jul 31, 2024
#17086 We can support multipel `tensor.from_elements` through using `flow.tensor.store` for each elements into an empty array. --------- Signed-off-by: Rob Suderman <rob.suderman@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
I tried to use iree to compile my own ONNX model, but the compilation process aborted in the stream phase because the input ir contains code like:
Actually, I noticed that in "ConvertTensorFromElementsPattern", only 'tensor.from_elements' with one parameter are supported for conversion, so:
Steps to reproduce your issue
There is the smallest test case:
run
then i see:
What component(s) does this issue relate to?
Compiler
Version information
iree candidate candidate-20240410.859
Additional context
No response
The text was updated successfully, but these errors were encountered: