Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

role of compilers

Biswabandan_Panda
567 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
567 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