[gem5-users] Re: RENAME: HELP Needed for Running Benchmarks in GPU Full System Simulation

2024-01-02 Thread Matt Sinclair via gem5-users
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

[gem5-users] Re: RENAME: HELP Needed for Running Benchmarks in GPU Full System Simulation

2024-01-02 Thread Poremba, Matthew via gem5-users
[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

[gem5-users] Re: 回复:Re: Fail to run gpu-fs

2024-01-02 Thread Poremba, Matthew via gem5-users
[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

[gem5-users] Re: importing packages like numpy

2024-01-02 Thread saras nanda via gem5-users
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

[gem5-users] Re: importing packages like numpy

2024-01-02 Thread Eliot Moss via gem5-users
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

[gem5-users] importing packages like numpy

2024-01-02 Thread saras nanda via gem5-users
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