Well, it's here! Raspberry PI 2 looks very similar to it's predecessor, the Raspberry PI B+, except of two things. The rather old ARM11 core is upgraded to not one but four Cortex-A7 cores (900MHz). The Cortex-A7 is an upgrade by itself as benchmarks has shown that it is 1.5-3 times faster than the old CPU core. Four CPU cores do a decent upgrade for the same power envelope and the same price ($35). And this is not all of the changes. The new PI features double the amount of RAM which now reaches to 1GB.
To summarize it is a great upgrade of the old PI. I would say that it is the most affordable 4 core computer for applying parallel programming paradigms, e.g. OpenMP.
One can compare these nbench output to the original Raspberry PI nbench results. Keep in your mind that nbench is a single threaded benchmark.BYTEmark* Native Mode Benchmark ver. 2 (10/95)
Index-split by Andrew D. Balsa (11/97)
Linux/Unix* port by Uwe F. Mayer (12/96,11/97)
TEST : Iterations/sec. : Old Index : New Index
: : Pentium 90* : AMD K6/233*
--------------------:------------------:-------------:------------
NUMERIC SORT : 453.9 : 11.64 : 3.82
STRING SORT : 36.298 : 16.22 : 2.51
BITFIELD : 1.1028e+08 : 18.92 : 3.95
FP EMULATION : 82.381 : 39.53 : 9.12
FOURIER : 4877.8 : 5.55 : 3.12
ASSIGNMENT : 7.1713 : 27.29 : 7.08
IDEA : 1364.7 : 20.87 : 6.20
HUFFMAN : 663.8 : 18.41 : 5.88
NEURAL NET : 5.7769 : 9.28 : 3.90
LU DECOMPOSITION : 224.96 : 11.65 : 8.42
==========================ORIGINAL BYTEMARK RESULTS==========================
INTEGER INDEX : 20.419
FLOATING-POINT INDEX: 8.434
Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
==============================LINUX DATA BELOW===============================
CPU : 4 CPU ARMv7 Processor rev 5 (v7l)
L2 Cache :
OS : Linux 3.18.5-v7+
C compiler : gcc-4.7
libc : /lib/arm-linux-gnueabihf/libgcc_s.so.1
MEMORY INDEX : 4.125
INTEGER INDEX : 5.970
FLOATING-POINT INDEX: 4.678
Baseline (LINUX) : AMD K6/233*, 512 KB L2-cache, gcc 2.7.2.3, libc-5.4.38
* Trademarks are property of their respective holder.

No comments:
Post a Comment