[gem5-users] How to check content of Cache block

2023-09-11 Thread Sadhana . via gem5-users
Hello everyone, I am working in gem5 version 22.0, I wan to design a cache replacement policy as a part of my research work, which evicts blocks based on the contents i.e. considering a number of zeros and ones. Is there a possibility to get the content of cache blok, in gem5? Thanks and Reg

[gem5-users] Re: Ruby - HeteroGarnet - Running PARSEC benchmark on NoC

2023-09-11 Thread Karim Soliman via gem5-users
Thank you for your reply, I will check the NetworkInterface.cc file. Best Regards, *Eng. Karim Soliman* Teaching Assistant Computer Engineering Department Pharos University in Alexandria (P.U.A) On Mon, Sep 11, 2023 at 7:18 PM Krishna, Tushar wrote: > The decision for virtual network is made h

[gem5-users] Re: Error in an application running on gem5 GCN3 (with apu_se.py)

2023-09-11 Thread Matt Sinclair via gem5-users
Yeah, I haven't tried CHAI but I believe gfx902 would work with it (if you need APUs). Matt S. On Mon, Sep 11, 2023 at 12:56 PM Poremba, Matthew wrote: > [Public] > > Hi Anoop, > > > > > > That instruction was recently added to gem5, but for Vega ISA only: > https://gem5-review.googlesource.com

[gem5-users] Re: Error in an application running on gem5 GCN3 (with apu_se.py)

2023-09-11 Thread Poremba, Matthew via gem5-users
[Public] Hi Anoop, That instruction was recently added to gem5, but for Vega ISA only: https://gem5-review.googlesource.com/c/public/gem5/+/67072 . It could be ported to GCN3 probably by copying the code exactly into the corresponding GCN3 files. You’ll notice however in that relation chai

[gem5-users] Re: Error in an application running on gem5 GCN3 (with apu_se.py)

2023-09-11 Thread Anoop Mysore via gem5-users
Thanks, Matt. Yes, the printfs in the GPU kernel code were the issue for s_sendmsg. However, the ds_add_u32 instruction is still an issue. I am already compiling with -O1 like so: /opt/rocm/hip/bin/hipcc --amdgpu-target=gfx801,gfx803 main.cpp kernel.cu kernel.cpp -o ./bin/hsto.gem5 -I/home

[gem5-users] Re: Ruby - HeteroGarnet - Running PARSEC benchmark on NoC

2023-09-11 Thread Krishna, Tushar via gem5-users
The decision for virtual network is made here: Garnet Synthetic Traffic gem5.org