From e8a213985a8e5e42ca2f6845cf0bc4749d2a7db8 Mon Sep 17 00:00:00 2001 From: ikalinic Date: Mon, 28 Oct 2024 14:18:56 +0100 Subject: [PATCH] Add Einsum to supported op list --- .../core/providers/migraphx/migraphx_execution_provider.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc b/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc index 6fc729a537bc5..c1ec31ae18d1e 100644 --- a/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc +++ b/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc @@ -818,6 +818,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer, "DequantizeLinear", "Div", "Dropout", + "Einsum", "Elu", "Equal", "Erf",