[gem5-users] Re: Gem5 Garnet 3.0 -- Virtual networks

2023-06-09 Thread Karim Soliman via gem5-users
I have tried changing the number of virtual networks in configs/ruby/Garnet_standalone.py and it's working, I checked the number of Virtual channels in src/mem/ruby/network/garnet/InputUnit.cc and it's working. The problem is the Garnet Synthetic Traffic in

[gem5-users] Re: Gem5 Garnet 3.0 -- Virtual networks

2023-06-09 Thread Karim Soliman via gem5-users
Thank you so much for your help. Best Regards, *Eng. Karim Soliman* Teaching Assistant Computer Engineering Department Pharos University in Alexandria (P.U.A) On Fri, Jun 9, 2023 at 10:34 AM Krishna, Tushar via gem5-users < gem5-users@gem5.org> wrote: > Karim you can control which vnet to

[gem5-users] Re: [EXT] Re: Question about running the hpca-2023 tutorial

2023-06-09 Thread Beser, Nicholas D. via gem5-users
Jason, I am very impressed. I looked over the syllabus of your advanced computer architecture class. Was that a graduate level class? I generated a course design matrix on my new graduate advanced computer architecture class, and it paralleled your ECS 201C class. I have modules that cover GPU

[gem5-users] Re: [EXT] Re: Question about running the hpca-2023 tutorial

2023-06-09 Thread Jason Lowe-Power via gem5-users
Hi Nick, For teaching you may be able to get some inspiration from my class assignments. Specifically, assignment 5 is about coherence: https://jlpteaching.github.io/comparch/modules/gem5/assignment5/ All of the code for my assignments can be found here under different branches for each

[gem5-users] Re: [EXT] Re: Question about running the hpca-2023 tutorial

2023-06-09 Thread Beser, Nicholas D. via gem5-users
I will take a look at docker. I need to work up getting gem5 running on the Jetson Nano. I am not sure if docker works on the Nano. Nick From: Bobby Bruce Sent: Friday, June 9, 2023 12:00 PM To: Beser, Nicholas D. Cc: The gem5 Users mailing list ; Ayaz Akram ; Thiago Rodrigues Subject: Re:

[gem5-users] Re: [EXT] Re: Question about running the hpca-2023 tutorial

2023-06-09 Thread Bobby Bruce via gem5-users
Hey Nick, The GUI work was basically just a prototype. We had ambitions to properly incorporate it into the project but we lacked the resources to do so. It should really be archived until someone wants to revive it. So I’m not surprised it doesn’t work. We don’t recommend using it. The

[gem5-users] Re: [EXT] Re: Question about running the hpca-2023 tutorial

2023-06-09 Thread Beser, Nicholas D. via gem5-users
Bobby, Thank you for your reply. I am making my way through the Bootcamp 2022 videos and slides. So far everything seems to be working. I had already planned to use visual studio code as a student interface for GPU programming with the Jetson Orin Nano systems, so I will try to use that with

[gem5-users] Squashed instructions in O3CPU

2023-06-09 Thread Constantinos Papadopoulos via gem5-users
Hi everyone. I am modifying the o3 cpu model and trying to collect all the squashed instructions in a buffer. Is there a single point from which all squashed instructions are passing? From what I understand squashes due to mispeculation are detected either in decode or iew with the latter case