[MIGraphX EP] Add GroupNormalization and LayerNormalization Support (#22503)

Need this to ensure we use GroupNormalization and LayerNormalization operators in MIGraphX
This commit is contained in:
Ted Themistokleous 2024-10-21 23:59:07 -04:00 committed by GitHub
parent 34a61e2df4
commit c1f7485193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -835,6 +835,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"GlobalMaxPool",
"Greater",
"GreaterOrEqual",
"GroupNormalization",
"GroupQueryAttention",
"HardSigmoid",
"HardSwish",
@ -843,6 +844,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"ImageScaler",
"InstanceNormalization",
"IsNan",
"LayerNormalization",
"LeakyRelu",
"Less",
"LessOrEqual",