Skip to content

Commit a55b735

Browse files
Add simplified layer norm ops
1 parent 85769ad commit a55b735

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
@@ -906,8 +906,10 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
906906
"Shape",
907907
"Sigmoid",
908908
"Sign",
909+
"SimplifiedLayerNormalization",
909910
"Sin",
910911
"Sinh",
912+
"SkipSimplifiedLayerNormalization",
911913
"Slice",
912914
"Softmax",
913915
"SoftmaxCrossEntropyLoss",

0 commit comments

Comments
 (0)