jinchen
jinchen
can you update the QR code?
@rsuderman Hi, I figured that the CI failure was because of the dynamic shape. I found something like ` %34 = torch.operator "onnx.EyeLike"(%33) {torch.onnx.k = -1 : si64} : (!torch.vtensor)...
@vivekkhandelwal1 The `DiagonalModule` tests in torch-mlir are blocked by the support of onnx.if. The e2e iree tests from shark-testsuite: `test_eyelike_populate_off_main_diagonal` passed, the other two compiled but have different run issues....
@pashu123 Thanks for your fix! Yes I got acos onnx tests working, but got a result mismatch for an [asin test](https://github.com/nod-ai/SHARK-TestSuite/tree/main/iree_tests/onnx/node/generated/test_asin). Though the tests are imported from onnx by using...
@pashu123 I got the following kind of error for `acosh`, `asinh`, `atanh`, `cosh`, `sinh`. > error: failed to legalize operation 'math.atanh' that was explicitly marked illegal Could you point me...
@pashu123 Thanks for your help! Could you land your llvm patch?
Changed the lowering of [acosh](https://github.com/llvm/torch-mlir/pull/3262), [asinh](https://github.com/llvm/torch-mlir/pull/3263), [atanh](https://github.com/llvm/torch-mlir/pull/3264), [cosh](https://github.com/llvm/torch-mlir/pull/3254), [sinh](https://github.com/llvm/torch-mlir/pull/3253).
@pashu123 Please review https://github.com/llvm/llvm-project/pull/90718
https://github.com/pytorch/pytorch/blob/main/c10/core/ScalarType.h#L55
https://github.com/shouxieai/tensorRT_Pro/blob/main/onnx/onnx-ml.proto#L487