Skip to content

Commit

Permalink
fix aie2_colorDetect (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Apr 16, 2024
1 parent a6ba54b commit f4a41d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from aie.dialects.aie import *
from aie.dialects.aiex import *
from aie.extras.dialects.ext import arith
from aie.extras.dialects.ext.scf import range_, yield_
from aie.dialects.scf import yield_, for_ as range_
from aie.extras.context import mlir_mod_ctx
from aie.ir import MemRefType, TypeAttr

Expand Down

0 comments on commit f4a41d9

Please sign in to comment.