improved "capability" to judge operators migraphx can support
Open
@scxiao is already working on this.
Since May 14, 2020.
onnxruntime
- Dominant language
- C++
- Stars
- 333
- Forks
- 150
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 54
Description
Current prototype to support onnxruntime uses a static analysis of operators that migraphx can or cannot support. But migraphx has the capability of inference some dynamic shapes for input graphs. This task is to use migraphx to analyze the operators that can or cannot be supported instead of the current static analysis, so better matches what migraphx is capable of doing.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.