Hello,
I am exploring the usage of the Gem5-GPU model GCN3_X86 (version 22.1.0.0).
I have the following queries/questions if you could kindly clarify:
1. In previous versions of Gem5 we could use --outdir or -d option to
redirect the output to a specific directory. That appears to be not
supporte
Hi,
I was wondering if there is a way to quantify the core to core
communication latency with gem5? If so, can anyone please provide some
guidelines to extract that information from simulation results?
Thanks,
Kazi
___
gem5-users mailing list -- gem5-u
Hello,
(1) What are the steps for integrating DRAMSim3 as the memory simulator to
Gem5?
We added dramsim3 repository in ext/dramsim3 and built (scons -j4
build/VEGA_X86/gem5.opt)
(2) After the integration, how do we invoke DRAMSim3 instead of the Gem5
memory model?
It executes fine when I use g