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
This page provides information on implementing complete support of ONNX operators in Shark/IREE front-end. This effort is a part of overall ONNX quality improvement tracked by #812
Assign an ONNX Ops from the list below to your GitHub ID by hovering your mouse on it and clicking on the bullseye (that will show to the right) to create a new issue, assign that issue to yourself and use that to track your work
Study (thoroughly) the specification of the operator you picked on onnx-ops
Use alt_e2eshark test to create multiple tests to comprehensively test all features and attributes of the operator -- this also help you understand how the operator is expected to behave
Test torch-mlir/iree using the tests created and make code changes in torch-mlir to have correct inference numeric for llvm-cpu target working, if an iree codgen issue, file an issue on iree and note that in issue you created and assigned to self for the op
Seems LSTM also has quality issue. But it seems the testcases themselves are buggy(wrong # of inputs & outputs). Besides, RNN only has 1 testcase rn. I'm afraid it can't cover all the corner cases.
Seems LSTM also has quality issue. But it seems the testcases themselves are buggy(wrong # of inputs & outputs). Besides, RNN only has 1 testcase rn. I'm afraid it can't cover all the corner cases.
Yeah, the issue for LSTM is already opened here #315.
Introduction
This page provides information on implementing complete support of ONNX operators in Shark/IREE front-end. This effort is a part of overall ONNX quality improvement tracked by #812
Pre-requisites
Development Workspace
Create a fork of https://github.com/llvm/torch-mlir and follow build instructions to build a clone of your fork and push changes using Pull Requests
Guidelines
Contact:
Onnx Ops( Known missing features)
Onnx Ops( Known Quality Issues)
Other tasks:
llvm/torch-mlir#3796
The text was updated successfully, but these errors were encountered: