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

Fix schedule issue reporting

parent 1db35174
No related branches found
No related tags found
No related merge requests found
......@@ -695,7 +695,7 @@ def generate_loop_schedules_internal(
# check if there's a dependency of insn that needs to be
# outside of last_entered_loop.
for subdep_id in gen_dependencies_except(kernel, insn_id,
sched_state.unscheduled_insn_ids):
sched_state.scheduled_insn_ids):
subdep = kernel.id_to_insn[insn_id]
want = (kernel.insn_inames(subdep_id)
- sched_state.parallel_inames)
......
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