我正在研究建立一个面向高性能计算(FLOP)计算的强大机器集群的可能性,因此我一直在审查顶级Intel Xeon models,并惊讶地发现至强E7型号不支持AVX向量化,而至强E5支持。另一方面,E7支持SSE4.2,这似乎是一个与FLOP计算和高性能计算无关的优化,但更适合于加速字符计算,例如XML解析。
为了确保我正确地理解了不同之处,我想问一下是否存在这种情况,E7至强型号不支持AVX而面向“系统”,而E5至强型号支持AVX并面向高性能计算密集型FLOP计算。
发布于 2013-04-27 16:44:05
好了,我找到了一个good report来回答我的问题:
Comparing the Intel E7-4780 (10 core, 2.4GHz) with an Intel E5-4650 (8 core, 2.7 GHz),
you’ll find that the E5 server outperforms against the E7 server in the
following benchmarks:
- CAE
- SPECfp*_rate_base2006
- Numerical Weather
- Financial Services
- Life Sciences
- Linpack AVX
- SPECint*_rate_base2006
The E7 server outperforms the E5 server in the following benchmarks:
- java* Middleware
- OLTP Database
- Enterprise Resource Planning
https://stackoverflow.com/questions/16249981
复制相似问题