Skip to content

Commit 1101682

Browse files
TedThemistokleousnaomiOvad
authored andcommitted
[MIGraphX EP ] Add support for QLinearAveragePool and QLinearGlobalAveragePool (microsoft#26162)
### Description <!-- Describe your changes. --> Add support for MIgraphX EP operators QLinearGlobalAveragePool and QLinaerAveragePool ops ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Want support for these operators through MIGraphX EP and MIGraphX
1 parent 9c3404c commit 1101682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,8 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
953953
"QLinearAdd",
954954
"QLinearConv",
955955
"QLinearMatMul",
956+
"QLinearAveragePool",
957+
"QLinearGlobalAveragePool",
956958
"QuantizeLinear",
957959
"QuickGelu",
958960
"DynamicQuantizeLinear",

0 commit comments

Comments
 (0)