ROCm / ROCm/AMDMIGraphX

improved "capability" to judge operators migraphx can support

Open
#412 2 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.