Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
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.

What is the limit of ICC ?

zhangxiuxia
Beginner
612 Views
ICC is a highly optimized compiler for Intel processor. In my test suits, it 's much faster in executing a program than gcc and open64. While I am tuning a kernel , need to give the limit of the performance of the kernel (performance onlycan be limited by procssor resource and architecture shortcomings, cannot be limited by program itself).

As a result of the above resons, I need to know what optimize strategy intel compiler cannot do .
So that I can optimize a special kernel in these unused method.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
612 Views
There is no reasonable answer to your question - there is no list of optimization strategies not implemented, and even if there was, it would likely be obsolete as soon as it was written aa we are always improving optimization.

0 Kudos
Reply