[MIGraphX EP] Add support for Gelu, BiasGelu, FastGelu operators (#22808)

### Description
Adds support for different flavours of gelu already supported in
MIGraphX
This commit is contained in:
Ted Themistokleous 2024-11-12 14:04:15 -05:00 committed by GitHub
parent 9836ef1c89
commit 2b0f3435d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -802,6 +802,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"ATen",
"AveragePool",
"BatchNormalization",
"BiasGelu",
"Cast",
"Ceil",
"Celu",
@ -826,12 +827,14 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"Exp",
"Expand",
"EyeLike",
"FastGelu",
"Flatten",
"Floor",
"GRU",
"Gather",
"GatherElements",
"GatherND",
"Gelu",
"Gemm",
"GlobalAveragePool",
"GlobalMaxPool",