Skip to content
Snippets Groups Projects
Commit 93cbcd60 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix collect_common_factors_on_increment

parent d8847004
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ def collect_common_factors_on_increment(kernel, var_name, vary_by_axes=()): ...@@ -235,7 +235,7 @@ def collect_common_factors_on_increment(kernel, var_name, vary_by_axes=()):
new_insns.append(insn) new_insns.append(insn)
continue continue
index_key = insn.assignee.subscript index_key = extract_index_key(insn.assignee)
lhs = insn.assignee lhs = insn.assignee
rhs = insn.expression rhs = insn.expression
......
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