Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
Automatic parallelization, also auto parallelization or Autoparallelization, refers to use a modern optimizing [[compiler]](
The major focus in auto parallelization is the [[loop]]s in codes, because loops take the most part of the execution time in general. A auto parallelization compiler tries to splits a loop up so that a number of iterations of the loop can be executed on separate processors concurrently.
|