Automatic parallelization: Difference between revisions

Content deleted Content added
m {{wikify}}
Line 1:
{{wikify}}
Automatic parallelization, also auto parallelization or Autoparallelization, refers to the use of a modern optimizing [[compiler]] (a parallelizing compiler) to convert sequential code into multi-threaded or vectorized (or even both) code in order to utilize multiple processors simultaneously in a [[shared-memory multiprocessor]] (SMP) machine. The goal of automatic parallelization is to relieve programers from the tedious and error-prone manual parallelization process.