New Processors Will Mean New AVX Instructions

Print Friendly, PDF & Email

Future microprocessors in the works from Intel and AMD will have new AVX instructions that will reportedly give you access to all kinds of performance gains. The question is, will you have to rewrite your code? AMD’s John Fruehe blogs that the answer is yes and no.

We have talked in the past about the AVX instructions, which provide a big benefit in terms of the ability to execute floating point code in 256-bit pieces. Development tools used by the HPC community have support for AVX in progress so you will be able be to recompile your code with AVX-supported compiler, like x86 Open64, PGI 2010, Visual Studio 2010, and GCC to gain AVX functionality. Keep in mind that AMD is implementing AVX in the same manner as our competitor. That means any application that supports AVX will work the same on both of our platforms. I am sure that you can appreciate that decision – more consistency in software code is always a good thing for the ecosystem.

Fruehe goes on to say that AMD expects few issues around software since many of these commands are being actively integrated into OSs and compilers. And after talking to the folks from PGI last week, I have to concur. The compiler people see this as opportunity. You’re going to need the latest software to get the greatest performance. It’s capitalism at its best, folks, so make sure you set aside some budget for compilers when you sign for that bulldozer cluster.

Comments

  1. HPC users always want the cheap way out so all the commercial compilers better get to it before gcc offers AVX support.

  2. gcc has supported AVX for quite a while… It’s in the 4.4 series and later.

  3. Absoft Pro Fortran Compiler Suite will release the new version with AVX optimizations after the new processors are available in the market

  4. So, the developments in hardware pushes software up and vice versa.

  5. I guess this will give more freedom for code-oriented people but not for me 🙂