Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

role of compilers

Biswabandan_Panda
236 Views
what kind of optimisations can be done from compiler side for todays intel's multicore to solve coherency and consistency problem.
0 Kudos
1 Reply
jose-maria-gomez-ver
236 Views
Based on my experience, there is not a only and true answer to this question. You need to base in your experience because depending of the problem you are solving, you will need to activate some flags or other. What in a programs gives you good results in other can be the opposite. Some profiles and similar tools and your experience will tell you what to do in each ocasion.

Keep in mind that if you have to do always the same... so, the compiler will do for you without ask. It depends on compiler as well.
0 Kudos
Reply