I have a question regarding the bandwidth test results from the following commands:
./build/dramsim3main configs/DDR4_8Gb_x8_3200.ini --stream random -c 100000
./build/dramsim3main configs/DDR4_8Gb_x8_3200.ini --stream stream -c 100000
The average bandwidth results are:
- Random Stream: 18.8373
- Sequential Stream: 16.8452
Questions:
- Why is the average bandwidth higher for the random stream compared to the sequential stream?
- Is the unit of the bandwidth measurement GB/s?
I have a question regarding the bandwidth test results from the following commands:
The average bandwidth results are:
Questions: