Skip to content

Commit

Permalink
[MIGraphX EP] Add GroupNormalization and LayerNormalization Support (m…
Browse files Browse the repository at this point in the history
…icrosoft#22503)

Need this to ensure we use GroupNormalization and LayerNormalization operators in MIGraphX
  • Loading branch information
TedThemistokleous authored Oct 22, 2024
1 parent 34a61e2 commit c1f7485
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"GlobalMaxPool",
"Greater",
"GreaterOrEqual",
"GroupNormalization",
"GroupQueryAttention",
"HardSigmoid",
"HardSwish",
Expand All @@ -843,6 +844,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"ImageScaler",
"InstanceNormalization",
"IsNan",
"LayerNormalization",
"LeakyRelu",
"Less",
"LessOrEqual",
Expand Down

0 comments on commit c1f7485

Please sign in to comment.