Skip to content

Commit 472da47

Browse files
TedThemistokleousguschmue
authored andcommitted
[MIGraphX EP] Add support for Gelu, BiasGelu, FastGelu operators (#22808)
### Description Adds support for different flavours of gelu already supported in MIGraphX
1 parent ced23d2 commit 472da47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
802802
"ATen",
803803
"AveragePool",
804804
"BatchNormalization",
805+
"BiasGelu",
805806
"Cast",
806807
"Ceil",
807808
"Celu",
@@ -826,12 +827,14 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
826827
"Exp",
827828
"Expand",
828829
"EyeLike",
830+
"FastGelu",
829831
"Flatten",
830832
"Floor",
831833
"GRU",
832834
"Gather",
833835
"GatherElements",
834836
"GatherND",
837+
"Gelu",
835838
"Gemm",
836839
"GlobalAveragePool",
837840
"GlobalMaxPool",

0 commit comments

Comments
 (0)