diff --git a/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc b/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc index d1b3f19100942..8bfa66710e2fc 100644 --- a/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc +++ b/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc @@ -872,6 +872,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer, "QLinearConv", "QLinearMatMul", "QuantizeLinear", + "DynamicQuantizeLinear", "RandomNormal", "RandomNormalLike", "RandomUniform",