每个周期的ARM Cortex处理器OPS? [英] Ops per cycle ARM Cortex CPUs?

查看:1017
本文介绍了每个周期的ARM Cortex处理器OPS?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要ARM处理器可以执行,特别是那些的Cortex-A7,皮质-A9和Cortex-A15的每个周期的操作数量。
我不能在网上找到的任何东西!

I need the number of operations per cycle that an ARM processor can execute, in particular those of Cortex-A7, Cortex-A9 and Cortex-A15. I can't find anything online!

感谢您

编辑:我需要它的计算理论峰值性能

I need it for calculating the theoretical peak performance.

推荐答案

我没有看过成整数,但尚未对每个周期的单,双浮点运算,这是我想出了到目前为止(从<一个href=\"https://stackoverflow.com/questions/15655835/flops-per-cycle-for-sandy-bridge-and-haswell-sse2-avx-avx2/15657772#15657772.\">flops-per-cycle-for-sandy-bridge-and-haswell-sse2-avx-avx2, <一href=\"http://stackoverflow.com/questions/30976071/peak-flops-per-cycle-for-arm11-and-cortex-a7-cores-in-raspberry-pi-1-and-2\">peak-flops-per-cycle-for-arm11-and-cortex-a7-cores-in-raspberry-pi-1-and-2,和的Cortex-A9 NEON媒体处理引擎技术参考手册)。

I have not looked into integers yet but for single and double floating operations per cycle this is what I have come up with so far (from flops-per-cycle-for-sandy-bridge-and-haswell-sse2-avx-avx2, peak-flops-per-cycle-for-arm11-and-cortex-a7-cores-in-raspberry-pi-1-and-2, and Cortex-A9 NEON Media Processing Engine Technical Reference Manual).

的Cortex-A7:

Cortex-A7:


  • 0.5 DP FLOPS /周期:标VMLA.F64每四个周期

  • 1.0 DP FLOPS /周期:标VA​​DD.F64每个周期

  • 2.0 SP FLOPS /循环:标VMLA.F32每个周期

  • 2.0 SP FLOPS /周期:2级VMLA.F32每隔一个周期

的Cortex-A9:

Cortex-A9:


  • 1.5 DP FLOPS /周期:标VMLA.F64 +标VADD.F64每隔一个周期

  • 4.0 SP FLOPS /周期:2级VMLA.F32每个周期

的Cortex-A15:

Cortex-A15:


  • 2.0 DP FLOPS /周期:标VMLA.F64(或VFMA.F64)每个周期

  • 8.0 SP FLOPS /周期:4级VMLA.F32(或VFMA.F32)每个周期

一个有趣的现象是,霓虹灯浮点不得高于VFP为Cortex-A7。

One interesting observation is that Neon floating point no faster than VFP for the Cortex-A7.

这篇关于每个周期的ARM Cortex处理器OPS?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆