diff --git a/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc b/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc index 5621fdffc0114..791a354318538 100644 --- a/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc +++ b/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc @@ -834,6 +834,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer, "GlobalMaxPool", "Greater", "GreaterOrEqual", + "GroupNormalization", "GroupQueryAttention", "HardSigmoid", "HardSwish", @@ -842,6 +843,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer, "ImageScaler", "InstanceNormalization", "IsNan", + "LayerNormalization", "LeakyRelu", "Less", "LessOrEqual",