Skip to content
Snippets Groups Projects
Commit 1a3ad99d authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

VectorizabilityChecker: simplify subscripts

parent d3903747
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,8 @@ class VectorizabilityChecker(Mapper[bool, []]):
index = expr.index_tuple
index = tuple(simplify_using_aff(self.kernel, idx_i) for idx_i in index)
from pymbolic.primitives import Variable
from loopy.kernel.array import VectorArrayDimTag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment