SPRADG0A April 2024 – August 2024 AM62P , AM62P-Q1
STREAM is a microbenchmark for measuring data memory system performance without any data reuse. STREAM is designed to miss on caches and exercise the data prefetcher and speculative accesses. STREAM uses double precision floating point (64 bit), but in most modern processors the memory access is the bottleneck. The four individual scores are copy, scale as in multiply by constant, add two numbers, and triad for multiply accumulate.
For bandwidth, a byte read counts as one and a byte written counts as one resulting in a score that is double the bandwidth LMBench. Table 3-3 shows the measured bandwidth and the efficiency compared to theoretical wire rate. The wire rate used is the LPDDR4 MT/s rate times the width. To get overall maximum achieved throughput the command used is stream -M 16M -P 4-N 10, which means four parallel threads and 10 iterations. The Arm-Cortex-A53 clock frequency is setup to 1.4GHz in this test.
LPDDR4-3200MT/s-32-Bit Bandwidth [MB/s] |
LPDDR4-3200MT/s-32-Bit
Efficiency |
|
---|---|---|
copy |
7,316 |
57 |
scale | 7,274 |
57 |
add | 6,401 |
50 |
triad | 6,059 |
47 |