[gem5-users] Re: HPCG on RISCV

2022-10-31 Thread Bobby Bruce via gem5-users
You mean this bug? Unfortunately not, I've been very busy with the upcoming gem5 release and haven't had time to investigate this further. -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Mon, Oct 31, 2022 at 1:45 AM Νικόλαος

[gem5-users] Fast Forwardiing Leads to a segmentation fault

2022-10-31 Thread Abdlerhman Abotaleb via gem5-users
I want to do a fast forwarding. i.e. run most of the source with AtomicSimpleCPU till encounter "m5_switch_cpu" then use Minor CPU. I used the following options when running GEM5 binary: "--cpu-type MinorCPU --fast-forward=100" I got a segmentation fault, and when

[gem5-users] Re: HPCG on RISCV

2022-10-31 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear Bobby, Jason, all, Is there any update about the accuracy of RISC-V FS? Best regards, Nikos Quoting Bobby Bruce : Jason and I had a theory that this may be due to the "Rounding Mode" for floating pointing being set incorrectly in FS mode. That's set via a macro here:

[gem5-users] Re: Queries regarding gem5-fs and se modes for obtaining phase-wise stats

2022-10-31 Thread gabriel.busnot--- via gem5-users
Hi Prakhar, A standard solution to 1 would be to use M5ops: https://www.gem5.org/documentation/general_docs/m5ops/. That small library enables you to call magic functions from your guest binary that will trigger events in the host simulation environment. Namely, the dumpresetstats op will