Loop-level parallelism: Difference between revisions

Content deleted Content added
Ewhorton (talk | contribs)
Ewhorton (talk | contribs)
Line 53:
|}
 
In order to preserve the sequential behavior of a loop when run in parallel, True Dependence must be preserved. Anti-Dependence and Output Dependence can be dealt with by giving each process its own copy of variables (known as privatization). However, true dependence must be preserved, requiring process synchronization.<ref name="Solihin" />
 
=== Example of True Dependence ===