Loop Modifications to Enhance Data-Parallel Performance

Posted on Code Project See other posts from Code Project
Published on Thu, 01 Apr 2010 19:47:00 GMT Indexed on 2010/04/01 20:13 UTC
Read the original article Hit count: 202

Filed under:
In data-parallel applications, the same independent operation is performed repeatedly on different data. Loops are usually the most compute-intensive segments of data parallel applications, so loop optimizations directly impact performance.

© Code Project or respective owner