Hello Everyone ,
I am trying to run some benchmarks on ARM FS simulation , I have modified
my disk image using qemu and runs successfully on qemu emulator (running
qemu as VM ) but when I pass the same disk image to the ARM FS I get the
kernel panic error
These are the commands I used in qemu to m
Hi everyone ,
I am doing a full system simulation -ARM arch - using fs_bigLITTLE.py
I am using numpy library in my benchmark , which is running on gem5 FS, the
problem I am facing is it takes a lot of time for the benchmark to just
import numpy 3-4 days , yet I don't see it importing it or compl
Hi everyone ,
I am trying measure power of my benchmark or code after running it on Gem5
using McPAT
So i have run a simple code in c++;
finding number of items in a list on gem5 and another code which is
multiple matrix multiplications (like a neural net ) in c++ on gem5 , i
obtained the statsf