Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Oct 31, 2023
1 parent c543214 commit c8973f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/tools/snax_opt_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit c8973f1

Please sign in to comment.