Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 310 Bytes

Automatic parallelization.md

File metadata and controls

5 lines (5 loc) · 310 Bytes
tags
parallel_computing

Maintaining and improving performance of a legacy codebase is not an easy task. So to improve performance the compilers tend to optimize more and more the same code. This is done with automatic techniques for parallelization to take advantage of the available architecture.