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 b6ab00f commit aa3ab61
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 @@ -1060,6 +1061,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"SimplifiedLayerNormalization",
"Sin",
"Sinh",
"SkipLayerNormalization",
"SkipSimplifiedLayerNormalization",
"Slice",
"Softmax",
Expand Down

0 comments on commit aa3ab61

Please sign in to comment.