Skip to content

Conversation

@TedThemistokleous
Copy link
Contributor

  • Remove Check in OnnxRT for Pad Constant value and give this to MIGraphX to handle

  • Update comment

  • Add edge support in for pad mode.

Description

Remove the pad check for constant since this operator is mostly handled by the MIGraphX library. We're checking twice here and running into issues when input is empty. Already handled in MIGraphX during parse/compile.

Motivation and Context

…operator (microsoft#186)

* Remove Check in OnnxRT for Pad Constant value and give this to MIGraphX to handle

* Update comment

* Add edge support in for pad mode.
@TedThemistokleous
Copy link
Contributor Author

TedThemistokleous commented Oct 24, 2025

@tianleiwi @snnn @cloudhan @ytaous - Minor change that pushes checking and functionality to MIGraphX + expands support for an operator during capability check.

Changes solely in MIGraphX EP and tested/confirmed on our end. See - ROCm#186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant