Dear all,
I am currently engaged in GPU full system simulation using gem5 and am at a
stage where I seek to run benchmark suites, specifically Rodinia and PolyBench.
I have observed that both of these benchmark suites support compilation for
OpenCL architecture, and I have a few questions regar
Dear all,
I am currently engaged in GPU full system simulation using gem5 and am at a
stage where I seek to run benchmark suites, specifically Rodinia and PolyBench.
I have observed that both of these benchmark suites support compilation for
OpenCL architecture, and I have a few questions regar
Hi Saras,
This is the methodology we used for most gem5-resources disk images
regarding automating the login process right after booting Ubuntu.
We have a systemd service file that will log you in as a root user.
https://github.com/gem5/gem5-resources/blob/stable/src/arm-ubuntu/disk-image/shared/
i am doing a full system simulation for arm arch , Fs.py and I am unable to
login once the system boots ,I don't know what Is the problem .
These are the steps I followed while creating the image on qemu
Install the dependecies
sudo apt install qemu-system-arm qemu-system-mips qemu-efi-aarch64 q
Hi everyone,
For my project, I need to add a custom instruction to RISCV in Gem5 that
loads 2 sets of 128 elements (32-bit float) from the memory, computes the
dot product, and stores them back to the memory. A starting point is using
the RISCV vector instructions, but I want to reduce the instru
Hi Jason,
Thank you so much!
It is good to know that gem5 can run CloudSuite, given all the
configurations are set properly. However, I guess I am facing a problem
with running Docker on the simulated image. I installed Docker on the image
through QEMU and I am sure it works fine. However, when I