Skip to content

Commit

Permalink
Add Attention and SkipLayerNormalization Contrib op support
Browse files Browse the repository at this point in the history
MIGraphX has enabled this support as part of the latest release. This allows Onnxruntime MIGraphX EP to parse in Attention and SkipLayernormalization operators and pass them to the MIGraphX API for further processing
  • Loading branch information
Ted Themistokleous committed Mar 7, 2025
1 parent a0c8d60 commit 177a206
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"Atan",
"Atanh",
"ATen",
"Attention",
"AveragePool",
"BatchNormalization",
"BiasGelu",
Expand Down Expand Up @@ -1063,6 +1064,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"SimplifiedLayerNormalization",
"Sin",
"Sinh",
"SkipLayerNormalization",
"SkipSimplifiedLayerNormalization",
"Slice",
"Softmax",
Expand Down

0 comments on commit 177a206

Please sign in to comment.