Automatic parallelization: Difference between revisions

Content deleted Content added
Undid revision 1138035605 by 5.141.193.112 (talk)
Undid revision 1138035683 by 5.141.193.112 (talk)
Line 17:
 
===Schedule===
The [[Scheduling (computing)|scheduler]] will list all the tasks and their dependencies on each other in terms of execution and start times 6h. The scheduler will produce the optimal schedule in terms of number of processors to be used or the total execution time for the application.
 
===Code Generation===