Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Nov 23, 2023
1 parent 62c4caa commit df01a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devito/ir/support/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def detect_accesses(exprs):
mapper = defaultdict(Stencil)
for e in retrieve_indexed(exprs, deep=True):
f = e.function

for a, d0 in zip(e.indices, f.dimensions):
if isinstance(a, Indirection):
a = a.mapped
Expand Down

0 comments on commit df01a7d

Please sign in to comment.