Skip to content

Commit 80555f5

Browse files
TedThemistokleousTed Themistokleous
andauthored
[MIGraphX EP]Add support for skipLayerNormalization (#123) (microsoft#24886)
### Description <!-- Describe your changes. --> Add MIGraphX EP support for skipLayerNormalization via the supported OP list in the execution provider ### 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. --> Turns on skipLayerNormalization instead of filtering this out as one of the supported ops by MIGraphX Co-authored-by: Ted Themistokleous <[email protected]>
1 parent ab5ff6a commit 80555f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
10231023
"SimplifiedLayerNormalization",
10241024
"Sin",
10251025
"Sinh",
1026+
"SkipLayerNormalization",
10261027
"SkipSimplifiedLayerNormalization",
10271028
"Slice",
10281029
"Softmax",

0 commit comments

Comments
 (0)