Skip to content

Commit

Permalink
Add DynamicQuantizeLinear as supported OP (#18798)
Browse files Browse the repository at this point in the history
Supported added in MIGraphX. should be in operator list

### Description
Simple change to add support to EP for DynamicQuantizeLinear

### Motivation and Context
Changes added in MIGraphX. Should also be available in the EP to run
models that are int8 quantized. Currently we fail and fallback ops to
ROCm->CPU EPs

Co-authored-by: Ted Themistokleous <[email protected]>
  • Loading branch information
TedThemistokleous and Ted Themistokleous authored Dec 13, 2023
1 parent dbe886a commit 1ad6eb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"QLinearConv",
"QLinearMatMul",
"QuantizeLinear",
"DynamicQuantizeLinear",
"RandomNormal",
"RandomNormalLike",
"RandomUniform",
Expand Down

0 comments on commit 1ad6eb1

Please sign in to comment.