From b434d2d6595b23521778860441dade9912ac33e0 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 9ef24c176e468..f99b56320c846 100644 --- a/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc +++ b/onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc @@ -817,6 +817,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer, "DequantizeLinear", "Div", "Dropout", + "Einsum", "Elu", "Equal", "Erf",