Extract opset from ONNX model
Open
@eddieliao is already working on this.
Since May 19, 2025.
enhancement
onnx
- Dominant language
- C++
- Stars
- 333
- Forks
- 150
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 54
Description
Currently, MIGraphX does not extract the opset from the ONNX model during parsing. This can result in certain models failing if exported using an older opset (and vice versa). Likewise, certain ONNX backend tests can be included if we were able to determine the opset of the ONNX model.
See PR https://github.com/ROCm/AMDMIGraphX/pull/4008 for context.
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.