[gem5-users] Branch Predictors have unexpected performance

2019-02-18 Thread Dimitrios Chasapis
rs to work fine, so it could be something on our setup.  We use DerivO3CPU model and full system simulation with simpoints of 1B instructions and 500M warmup period. The metric we use is misspredictions per 1000 of commited instructions.  Any ideas or advice? Best, Dimitrios Chasapis htt

Re: [gem5-users] SPECCPU2017 Benchmark

2019-03-22 Thread Dimitrios Chasapis
completed without any issues. Let me know if I can help any further, Dimitrios Chasapis On 3/21/19 7:28 PM, S M Farabi Mahmud wrote: Can anyone provide any link or webpage for running SPECCPU2017 benchmarks in Gem5 simulator? I am trying to follow this link which contains a tutorial for

[gem5-users] In-flight conditional branches in O3

2020-01-09 Thread Dimitrios Chasapis
Hi, Is there any option to limit the number of in-flight branches in the pipeline of the O3 CPU model?  I wasn't able to find one. Best, Dimitrios Chasapis http://bsc.es/disclaimer ___ gem5-users mailing list gem5-users@gem5.org http://m5si

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-09 Thread Dimitrios Chasapis
gem5.org/Simpoints> if you plan on running SPEC CPU 2006 with anything more than the test inputs. Running with ref will take days/weeks. Best, Dimitrios Chasapis On 1/9/20 6:03 PM, Ciro Santilli wrote: The linked documentation runs an arbitrary benchmark of your choice. You just have to a

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-10 Thread Dimitrios Chasapis
llion instruction in the FS mode. In SE mode I used -I 100 . Any help would be appreciated. Best Regards *From:* Dimitrios Chasapis *Sent:* Thursday, January 9, 2020 5:39:51 PM *To:* gem5 users mailing list ; ABD ALRHMA

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-13 Thread Dimitrios Chasapis
:* Dimitrios Chasapis *Sent:* Friday, January 10, 2020 2:03 PM *To:* ABD ALRHMAN ABO ALKHEEL ; gem5 users mailing list *Subject:* Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode I am not sure if this is possible in FS, at least not the same way you do in SE.  You will need to use simpoints in

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-14 Thread Dimitrios Chasapis
:* gem5-users on behalf of ABD ALRHMAN ABO ALKHEEL *Sent:* Tuesday, January 14, 2020 2:13:26 AM *To:* Dimitrios Chasapis ; gem5 users mailing list *Subject:* Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode Hi All, I run this command on GEM5 and got nothing in the stats.txt ./build/X86

[gem5-users] Problem in understanding gem5 statistics - lookups and committedInstructions

2020-01-15 Thread Dimitrios Chasapis
counters reset proprely, they appear to do so. Does anyone has any insight or better understanding around this? Thanks, Dimitrios Chasapis http://bsc.es/disclaimer ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-16 Thread Dimitrios Chasapis
/boot/benchmark/gcc.rcS --mem-size=3GB --num-cpus=4 --cpu-clock=2GHz --caches --l2_size=2MB --l1i_size=32kB --l1d_size=32kB Any help would be appreciated. Best Regards *From:* Dimitrios Chasapis *Sent:* Tuesday, January 14,

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-17 Thread Dimitrios Chasapis
your findings. Giacomo *From:* gem5-users on behalf of Giacomo Travaglini *Sent:* 17 January 2020 19:29 *To:* ABD ALRHMAN ABO ALKHEEL ; Dimitrios Chasapis ; gem5 users mailing list tops.g> *Subject:* Re: [gem5-users] Run

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-20 Thread Dimitrios Chasapis
Output seems fine, but if I understand correctly, it never finishes execution?  It may take days to finish and personally I have never used this --maxinsts so I don't really know if and how it works.  Have you been able to run gcc with test input? Does it finish properly? http://bsc.es/discl

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-20 Thread Dimitrios Chasapis
sbin/m5 exit. May this is the problem. Any help would be appreciated. The rcS: #!/bin/sh cd /home/ubuntu /sbin/m5 resetstats echo "HI" /sbin/m5 dumpstats /sbin/m5 exit Best Regards ---- *From:* Dimitrios Chasapis

Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-28 Thread Dimitrios Chasapis
fw test, exiting..." /sbin/m5 exit *From:* Giacomo Travaglini *Sent:* Tuesday, January 21, 2020 3:06 PM *To:* ABD ALRHMAN ABO ALKHEEL ; Dimitrios Chasapis ; gem5 users mailing list *Subject:* Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode #!/bin/sh cd /

Re: [gem5-users] [ARM se Ruby] Page fault with SPEC CPU 2006 for ARM ISA

2020-03-03 Thread Dimitrios Chasapis
Hi Carlos, Does this fault appear early on in the execution?  Have you tried booting with 1 core, create a checkpoint and then when restoring from it (basically skipping boot) you can have multiple cores.  I had a similar problem and this is how I solved it, but I am not sure it's the same iss

Re: [gem5-users] how to Run spec cpu 2006 on gem5-Fs

2020-03-03 Thread Dimitrios Chasapis
Hi, If I understand your commands properly, I think you compile spec for x86_64 but your image is for the arm architecture.  You need to compile spec for arm as well.  You can try cross-compiling, using qemu to chroot to an arm linux image and compile spec from there or take a look at the lin

[gem5-users] Re: multiple results in same state.txt file ?

2020-04-29 Thread Dimitrios Chasapis via gem5-users
What is the script you are running?  For example if you used dumpreset command, it will dump the stats until that point and then again at the end of the execution (for the stats gathered after the dumpreset command). On 4/29/20 11:34 PM, Furat Al-Obaidy via gem5-users wrote: please i have an i

[gem5-users] Gem5 and Python3 status

2020-08-26 Thread Dimitrios Chasapis via gem5-users
/m5/params.py, line 1821 (MaxAddr = Addr.max).  Would it be possible to build gem5 using python3? Thanks, Dimitrios Chasapis http://bsc.es/disclaimer ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le..

[gem5-users] Re: Gem5 and Python3 status

2020-08-26 Thread Dimitrios Chasapis via gem5-users
., by installing python-is-python3 in Ubuntu). Cheers, Jason On Wed, Aug 26, 2020 at 2:16 AM Dimitrios Chasapis via gem5-users mailto:gem5-users@gem5.org>> wrote: Hi, I wanted to ask if it's possible to build gem5 with python 3.X. I changed the scons files to use pyt

[gem5-users] How to run ARM ISA in SE mode on an x86 host

2020-10-15 Thread Dimitrios Chasapis via gem5-users
Hi, I am trying to run a simple binary compiled on an ARM machine using gem5 SE mode and ARM ISA.  The same binary I can run it using FS mode.  The error message on SE is: "panic: panic condition fd < 0 occurred: Failed to open file /lib/ld-linux-aarch64.so.1." What are the requirements fo

[gem5-users] Re: How to run ARM ISA in SE mode on an x86 host

2020-10-15 Thread Dimitrios Chasapis via gem5-users
. Please have a look at: https://stackoverflow.com/questions/5054/how-to-run-a-dynamically-linked-executable-syscall-emulation-mode-se-py-in-gem5 (Otherwise you could think about statically recompiling, if you can 😊 ) Giacomo -Original Message- From: Dimitrios Chasapis via gem5-users

[gem5-users] Re: How to run Python code with TensorFlow in Gem5 syscall emulation mode?

2020-10-24 Thread Dimitrios Chasapis via gem5-users
Hi, I have been running keras (python interface for tensorflow)  in Gem5.  If I understand correctly you want to run a python script in Gem5 from a C++ source file, correct?  Gem5 already uses pytbind11 (which is a header's only library simplifying embedding python code in C++ and vice versa)

[gem5-users] Problem with restoring simpoints

2021-01-06 Thread Dimitrios Chasapis via gem5-users
nstead of possible).  The command I use to run is the following: ./gem5/build/ARM/gem5.opt \\   ./gem5/configs/example/se.py \\     --cmd="401.bzip2" \\ --take-simpoint-checkpoint=./simpoints.pnts,./weights.wgts,1,5000 \\     --cpu-type=AtomicS

[gem5-users] Re: Problem with restoring simpoints

2021-01-15 Thread Dimitrios Chasapis via gem5-users
Issue resovled.  Apparently the problem was that I was running multiple simpoints on a shared filesystem and they were all modifying the content of the folder "fs/",  creating a race condition. On 1/6/21 10:48 AM, Dimitrios Chasapis via gem5-users wrote: Hi, I have an issue with

[gem5-users] Re: gem5 output directory cmd option problems

2021-04-09 Thread Dimitrios Chasapis via gem5-users
Hi Sam, I am not sure how the python script works but I think what you want to do can be achieved by using the --outdir=DIR (or -d DIR) command line argument for the gem5 binary, not the script.  For example I think the correct way to do it in your example is this: build/X86/gem5.opt --outdi