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

Improve scheduler debug output.

parent 67c133b4
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ def generate_loop_schedules_internal(sched_state, loop_priority, schedule=[],
print 75*"="
print "CURRENT SCHEDULE:"
print "%s (length: %d)" % (dump_schedule(schedule), len(schedule))
print "(entry into loop: <iname>, exit from loop: </iname>, instruction names without delimiters)"
print "(LEGEND: entry: <iname>, exit: </iname>, instructions w/ no delimiters)"
#print "boost allowed:", allow_boost
print 75*"="
print "LOOP NEST MAP:"
......
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