diff --git a/loopy/statistics.py b/loopy/statistics.py index 10e5c4c8df960ea232dbbe6f569bd77f440b1081..0d879c4fcb917654d4b13fcb6f99211d7a829751 100755 --- a/loopy/statistics.py +++ b/loopy/statistics.py @@ -81,7 +81,7 @@ class ExpressionOpCounter(CombineMapper): def __init__(self, knl): self.knl = knl - from loopy.codegen.expression import TypeInferenceMapper + from loopy.expression import TypeInferenceMapper self.type_inf = TypeInferenceMapper(knl) def combine(self, values):