[gem5-users] Segfault with -F

2022-02-15 Thread Majid Jalili via gem5-users
Hi, I compiled the latest stable version of gem5 and tested the Hello World: build/X86/gem5.opt ./configs/example/se.py --caches --l2cache -n 1 -c tests/test-progs/hello/bin/x86/linux/hello --cpu-type=DerivO3CPU However, as soon as I enable the -F flag to fast-forward with the atomic CPU, I

[gem5-users] Does the gem5 v21.0.1.0 support to bootup with kernel 5.10 in Ruby-CHI and O3

2022-02-15 Thread Liyichao via gem5-users
Hi All: Does the gem5 v21.0.1.0 support to bootup with kernel 5.10 in Ruby-CHI and O3? Or if anyone has ever bootup with it? ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org

[gem5-users] ??????Re: Gem5 GCN3 DNNMark benchmark error (fwd_softmax is ok, but others are not)

2022-02-15 Thread 1575883782 via gem5-users
Thanks, I have successfully run bwd_activation without error. ---- ??: "gem5 users mailing list"

[gem5-users] Writing checkpoint fails

2022-02-15 Thread Majid Jalili via gem5-users
Hi, I am trying to take simpoint for some SPEC 17 applications, using the command below in fs mode: sudo build/X86/gem5.opt -d lbm_checkpoint ./configs/example/fs.py --caches --l2cache -n 1 --disk-image /home/cc/disks/disks/linux-x86.spec.img --kernel /home/cc/disks/binaries/vmlinux-4.19.83

[gem5-users] Re: Doubt on the ARM exec trace results when compared with disassembly of the executable

2022-02-15 Thread tomjosekallooran--- via gem5-users
Hi Giacomo, Thank you very much for your kind response. I greatly appreciate it. Wishing you a great day. Meet again later. Tom ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org

[gem5-users] Re: Doubt on the ARM exec trace results when compared with disassembly of the executable

2022-02-15 Thread Giacomo Travaglini via gem5-users
Hi Tom 1. I am not surprised, the gem5 disassembly has some flaws especially when it comes to aliases. The instruction is implemented correctly, it is just wrongly traced. We should fix these tiny bugs but as of now I just suggest you to not blindly rely on what is produced by the

[gem5-users] Re: svc Instruction

2022-02-15 Thread tomjosekallooran--- via gem5-users
Hi V Vanchinathan, Hope you are doing well. I came across the same doubt. Were you able to find the explanation for the same? Regards, Tom ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org