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
Branches
Tags
No related merge requests found
...@@ -336,7 +336,7 @@ def generate_loop_schedules_internal(sched_state, loop_priority, schedule=[], ...@@ -336,7 +336,7 @@ def generate_loop_schedules_internal(sched_state, loop_priority, schedule=[],
print 75*"=" print 75*"="
print "CURRENT SCHEDULE:" print "CURRENT SCHEDULE:"
print "%s (length: %d)" % (dump_schedule(schedule), len(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 "boost allowed:", allow_boost
print 75*"=" print 75*"="
print "LOOP NEST MAP:" print "LOOP NEST MAP:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment