Hi,
I try to run Blacksmith on my machine with an i7-8700 CPU, Ubuntu 18 with Linux version 5.4.0-84-generic, and 1x16G Hynix/Hyundai HMA82GU6DJR8N-VK DRAM.
However, the program is stuck at the function DramAnalyzer::count_acts_per_trefi(). Based on my understanding, it's due to a hard-coded value 3.0 in
|
if ((acts.size()%200)==0 && compute_std(acts, running_sum, acts.size())<3.0) break; |
Could you please explain why 3.0 is chosen and how to determine this value in other machines?
Hi,
I try to run Blacksmith on my machine with an i7-8700 CPU, Ubuntu 18 with Linux version 5.4.0-84-generic, and 1x16G Hynix/Hyundai HMA82GU6DJR8N-VK DRAM.
However, the program is stuck at the function DramAnalyzer::count_acts_per_trefi(). Based on my understanding, it's due to a hard-coded value 3.0 in
blacksmith/src/Memory/DramAnalyzer.cpp
Line 165 in 0d775c9
Could you please explain why 3.0 is chosen and how to determine this value in other machines?