Just to add to this: to the best of my knowledge online compilation in
OpenCL is not supported in gem5 outside of KVM (which does that compilation
on the real CPU). I don't think it just increases simulation time -- I
think it just throws an error.
Matt
On Tue, Jan 2, 2024 at 1:37 PM Poremba, Ma
[Public]
Hi Sandy,
Depending on the benchmark, OpenCL might do an online compile (i.e., compile
the kernels right before running them). If you are using KVM it should just
work. Otherwise, the online compilation will take a significant amount of
simulation time and offline compiling would b
[Public]
Hi Sandy,
The docker image to build GPU applications and the disk image were not updated
in sync. Therefore, the docker image will build for ROCm 5 but the disk image
is for ROCm 4. You will need to follow the instructions to create a ROCm 5
disk image here: https://github.com/gem
I am using atomic cpu model ,chekcpointed the system after the boot , I am
also trying to import this library , using atomic CPU model again so that I
can checkpoint it once its loaded but it does not even after this , its
been running for 3-4 days now but has been stuck at this import line
I also
On 1/2/2024 9:28 AM, saras nanda via gem5-users wrote:
Hi Everyone ,
I am doing a full system simulation on ARM using fs_bigLITTLE.py and fs_power.py , I am trying to import numpy library
in my python script but it takes 3-4 days and is still running but the library is not imported , how can I
Hi Everyone ,
I am doing a full system simulation on ARM using fs_bigLITTLE.py and
fs_power.py , I am trying to import numpy library in my python script but
it takes 3-4 days and is still running but the library is not imported ,
how can I speedup this , once I import I can checkpoint but somehow