mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
[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:
parent
9836ef1c89
commit
2b0f3435d2
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue