Loop Unrolling Transformation: Difference between revisions

Jump to navigation Jump to search
Line 53: Line 53:


emmtrix Studio implements loop unrolling using #pragma directives or via the GUI. Unrolling will reduce the iteration count and increase the body of the loop, processing statements from multiple iteration steps in a single iteration.
emmtrix Studio implements loop unrolling using #pragma directives or via the GUI. Unrolling will reduce the iteration count and increase the body of the loop, processing statements from multiple iteration steps in a single iteration.
===Typical Usage and Benefits===
Loop unrolling is used to reduce the overhead of the loops and to exploit parallelization on coarser parts.


===Example===
===Example===
Bots, Bureaucrats, Interface administrators, smwadministrator, smwcurator, smweditor, Administrators
2,557

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu