Skip to content
Snippets Groups Projects
Commit c288a3e8 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Fix the fix!

parent 1336abfc
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ def collect_vector_data_rotate(knl):
prim.Subscript(prim.Variable(quantity), tuple(prim.Variable(i) for i in cinsn_inames)),
within_inames=common_inames.union(inames).union(frozenset(cinsn_inames)),
within_inames_is_final=True,
depends_on=frozenset({Writes(quantity)}),
depends_on=frozenset({lp.match.Writes(quantity)}),
id=cinsn_id,
))
all_writers.append(cinsn_id)
......
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