[gem5-users] Re: Switch CPU clock speed

2022-12-07 Thread FILIPPO LANDI via gem5-users
Thank you very much for the fast response! Seeing the configuration file of gem5-aladdin it lacked: for cpu in system.cpu: cpu.clk_domain = system.cpu_clk_domain Adding that fixed the issue. Thank you again! Grazie! :) ___ gem5-users mailing lis

[gem5-users] Re: GPU-FS simulation progress

2022-12-07 Thread Poremba, Matthew via gem5-users
[AMD Official Use Only - General] Thanks Rajesh, That is good to know. I don't think there is an list anywhere of which CPUs work with KVM. Which older ROCm do you mean here? Was square compiled with an older version? Ideally the verification should be passing as well. At least, it does on

[gem5-users] Re: GPU-FS simulation progress

2022-12-07 Thread Rajesh Shashi Kumar via gem5-users
By older ROCm I was referring to this v4.2 which is mentioned in the gem5-resources documentation. I used the following command to build square. Not sure if this makes a difference, but do you run the simulation inside the docker image or on the host machine? docker run --rm -v ${PWD}:${PWD} -w ${

[gem5-users] Re: GPU-FS simulation progress

2022-12-07 Thread Poremba, Matthew via gem5-users
[AMD Official Use Only - General] I see, thanks again. The verification should have passed it that case... The docker image is *only* for building applications, so that the user does not need to install ROCm locally to build applications. You do *not* run gem5 simulations in a docker for full