Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Aug 23, 2023
1 parent 55e0371 commit 8f8871e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion devito/passes/clusters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .utils import * # noqa
from .buffering import * # noqa
from .cse import * # noqa
from .aliases import * # noqa
from .cse import * # noqa
from .factorization import * # noqa
from .blocking import * # noqa
from .asynchrony import * # noqa
Expand Down
1 change: 0 additions & 1 deletion devito/passes/clusters/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
IterationSpace, Interval, Cluster, ExprGeometry, Queue,
IntervalGroup, LabeledVector, normalize_properties,
relax_properties, unbounded, minimum, maximum, extrema)
from devito.passes.clusters.cse import _cse
from devito.symbolics import (Uxmapper, estimate_cost, search, reuse_if_untouched,
uxreplace)
from devito.tools import (Stamp, as_mapper, as_tuple, flatten, frozendict,
Expand Down

0 comments on commit 8f8871e

Please sign in to comment.