Skip to content
Snippets Groups Projects
Commit feeed159 authored by Matt Wala's avatar Matt Wala
Browse files

Fix reductions of size 1 to be consistent with fix in master.

parent d4bf5afe
No related branches found
No related tags found
1 merge request!105Scans
Pipeline #
......@@ -1289,7 +1289,7 @@ def realize_reduction(kernel, insn_id_filter=None, unknown_types_ok=True,
new_insn_add_depends_on.add(prev_id)
new_insn_add_no_sync_with.add((prev_id, "any"))
new_insn_add_within_inames.add(stage_exec_iname or base_exec_iname)
new_insn_add_within_inames.add(base_exec_iname or stage_exec_iname)
if nresults == 1:
assert len(acc_vars) == 1
......
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