Skip to content

Instantly share code, notes, and snippets.

@archana-ramalingam
Created May 10, 2024 02:43
Show Gist options
  • Select an option

  • Save archana-ramalingam/beeb9ca964086b91ca28694275ba7f73 to your computer and use it in GitHub Desktop.

Select an option

Save archana-ramalingam/beeb9ca964086b91ca28694275ba7f73 to your computer and use it in GitHub Desktop.
SHARK-TestSuite e2e test failure
ReduceLogSumExp.default.torch-onnx.mlir:4:10: error: failed to legalize operation 'torch.operator' that was explicitly marked illegal
%0 = torch.operator "onnx.ReduceLogSumExp"(%arg0) : (!torch.vtensor<[2,3,4],f32>) -> !torch.vtensor<[1,1,1],f32>
^
ReduceLogSumExp.default.torch-onnx.mlir:4:10: note: see current operation: %0 = "torch.operator"(%arg0) <{name = "onnx.ReduceLogSumExp"}> : (!torch.vtensor<[2,3,4],f32>) -> !torch.vtensor<[1,1,1],f32>
@archana-ramalingam
Copy link
Author

archana-ramalingam commented May 10, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment