SPRAD45A July 2022 – October 2024 AM623 , AM625
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. The measured bandwidth and the efficiency compared to theoretical wire rate is shown in Table 3-3. The wire rate used is the DDR 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 two parallel threads and 10 iterations.
DDR4-1600MT/s-16-Bit Bandwidth | DDR4-1600MT/s-16-Bit Efficiency | |
---|---|---|
copy | 2448MB/s | 77% |
scale | 2372MB/s | 74% |
add | 2491MB/s | 78% |
triad | 2493MB/s | 78% |