From c8973f13eaec0d2331f5c9bfae1d332c294c7148 Mon Sep 17 00:00:00 2001 From: Joren Dumoulin Date: Tue, 31 Oct 2023 17:10:19 +0100 Subject: [PATCH] fix paths --- compiler/tools/snax_opt_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tools/snax_opt_main.py b/compiler/tools/snax_opt_main.py index 5826ca710..7a0e96f46 100644 --- a/compiler/tools/snax_opt_main.py +++ b/compiler/tools/snax_opt_main.py @@ -2,7 +2,7 @@ from xdsl.xdsl_opt_main import xDSLOptMain from xdsl.ir import MLContext from dialects.linalg_ext import LinalgExt -from compiler.transforms.allocate_elementwise_mult import AllocateElementWiseMult +from transforms.allocate_elementwise_mult import AllocateElementWiseMult from collections.abc import Sequence