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
[compile][cpu]: type of return operand 0 ('!torch.vtensor<[?,384],f32>') doesn't match function result type ('!torch.vtensor<[1,384],f32>') in function
#18269
@pdhirajkumarprasad Can you indicate which model this comes from? I'd like to take a look at where arg3 is coming from.
In these reproducers, I wouldn't recommend converting constants of the IR into inputs. E.g. squeeze dims are almost never graph inputs and I wouldn't expect the second example to compile.
What happened?
for the given IR
getting error as
IREE Version:
IREE compiler version 20240819.990 @ aeda149
LLVM version 20.0.0git
Steps to reproduce your issue
Command to reproduce the issue:
Also in above IR, If I replace 3218 and 3220 node with input argument like below
then I am getting following error
What component(s) does this issue relate to?
Compiler
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: