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
model.torch_onnx.mlir:6:10: error: 'arith.extui' op operand type 'i64' and result type 'i32' are cast incompatible
%4 = torch.operator "onnx.ReduceSum"(%2, %3) {torch.onnx.keepdims = 0 : si64} : (!torch.vtensor<[?,?],si64>, !torch.vtensor<[1],si64>) -> !torch.vtensor<[?],si64>
^
What happened?
For the given IR
getting error as
The same model works fine in CPU
Steps to reproduce your issue
command:
Version : IREE compiler version 3.0.0rc20241117 @ 29c451b
Detail log:
dump.log
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: