| View previous topic :: View next topic |
| Author |
Message |
JVD66
Joined: 09 Sep 2015 Posts: 1
|
Posted: Wed Sep 09, 2015 9:33 am Post subject: Intel Xeon E5-2651 - AVX or no AVX ? |
|
|
I am trying to build some code for a server that reports via linux cpuinfo :
vendor_id : GenuineIntel
cpu family : 6
model : 62
model name : Intel(R) Xeon(R) CPU E5-2651 v2 @ 1.80GHz
stepping : 4
microcode : 1045
I read from your specs for the E5-2650 :
http://www.cpu-world.com/CPUs/Xeon/Intel-Xeon%20E5-2650.html
and from Intel's specs:
http://ark.intel.com/products/64590/Intel-Xeon-Processor-E5-2650-20M-Cache-2_00-GHz-8_00-GTs-Intel-QPI
that these "Sandy Bridge" processors are meant to support AVX .
gcc-5.2.0 concurs , as building an executable with the "-march=sandybridge -mtune=intel"
tuning options results in the inclusion of 'vbroadcastsd" AVX instructions .
Yet these AVX instructions produce SIGILL access violations (coredumps) indicating that
in fact the processor does not support AVX :
(gdb) c
Continuing.
Program received signal SIGILL, Illegal instruction.
0x00000000004650b0 in ${some_function}()
(gdb) disass 0x00000000004650b0,0x00000000004650c0
Dump of assembler code from 0x4650b0 to 0x4650c0:
=> 0x00000000004650b0 <${some_function}+320>: vbroadcastsd 0x18(%rsp),%ymm0
0x00000000004650b7 <${some_function}+327>: cmp $0x10,%r9d
Nowhere online can I find any documentation indicating that some "Sandy Bridge" processors
do not support AVX . Is there any more detailed specs known to anybody on this forum
that might shed light on which models support AVX or not ?
Is this a GCC bug, ie. to assume that all "Sandy Bridge" architecture CPUs support AVX, when
obviously they don't ?
Or does this indicate that in fact the server is some VM disguised as a real processor ,
which is claiming to be "E5-2651" but in fact is not - ie. is it possible for a real E5-2651
processor not to support AVX ?
I'd be most interested in any light anyone is able to shed on the above issue.
Thank You! |
|
| Back to top |
|
 |
debs3759

Joined: 18 Jan 2006 Posts: 9477 Location: Northampton, Divided Kingdom
|
|
| Back to top |
|
 |
xsecret

Joined: 01 Feb 2004 Posts: 1847 Location: France
|
|
| Back to top |
|
 |
|
|
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
Powered by phpBB © 2001 phpBB Group
|