ARM NEON Bench Marking OpenMAx Numbers

I am currently working on a scanner that denotes the performance of the Cortex-A8 processor using various compilers (tested by DS-5 and IAR) and various libraries (Openmax, NE10). I am specifically working to see what the NEON block can do when comparing 1. ARM only 2.ARM + VFPv3

Openmax is available in two versions 1. Custumized for NEON 2. Sample Code for Arm Processors I used the following table using OpenMax. As expected, the performance of the NEON code is unmatched.

https://docs.google.com/file/d/0B318pI7x2QVceWRDTE5FQk8zcVk/edit

NE10 is the only other signal processing library currently available for Cortex-A. I am still working on the NE10 library.

Can these numbers be compared with other processors? or are there any software benchmarks for comparing processors?

Below is the link to the Openmax api http://www.khronos.org/files/openmax_dl_spec_1_0_2.pdf

+3


source to share





All Articles