[gem5-dev] Re: Scons minimum version breaks GCN-gpu dockerfile build

2020-09-03 Thread Daniel Gerzhoy via gem5-dev
Sep 2, 2020 at 1:46 AM Gabe Black wrote: > > What's a ROCM? > > > > Gabe > > > > On Tue, Sep 1, 2020 at 11:43 AM Jason Lowe-Power via gem5-dev < > gem5-dev@gem5.org> wrote: > > Hi Dan, > > > > :facepalm: At least this is on develop and

[gem5-dev] Scons minimum version breaks GCN-gpu dockerfile build

2020-09-01 Thread Daniel Gerzhoy via gem5-dev
Hey all, Pulled latest updates and the minimum version requirement for scons breaks the GCN-gpu dockerfile. My fix involved installing the latest scons via pip (after installing pip) but there is probably a better way to do it (apt-get) but it looks like the Ubuntu16.04 base for the DockerFile au

[gem5-dev] Re: Change in gem5/gem5[develop]: mem-ruby: fix races between data and DMA in MOESI_AMD_Base-dir

2020-08-13 Thread Daniel Gerzhoy via gem5-dev
Thanks for fixing this kyle! I discovered the same bug a few days ago but didn't add a stall for when a DMA arrives while the cache is blocking. This should fix it. Best, Dan On Thu, Aug 13, 2020 at 3:05 PM Kyle Roarty (Gerrit) via gem5-dev < gem5-dev@gem5.org> wrote: > Kyle Roarty *submitted*

[gem5-dev] Re: [Suggestion] Replace gem5-users mailing-list with Discourse

2020-06-10 Thread Daniel Gerzhoy via gem5-dev
I think this is a great idea! Emails threads aren't a great way to do this just because there's no mechanism for well formatted responses to particular points in someone's questions, posting code, or things like "upvoting" responses. I see Daniel's point about less engagement if we move it to a fo

[gem5-dev] Re: GCN3 Integration

2020-05-18 Thread Daniel Gerzhoy via gem5-dev
. There are a few CLs that need reviews first. Tony and I will be > giving a talk during the gem5 workshop in 2 weeks. > > > -Matt > > -Original Message- > From: Daniel Gerzhoy via gem5-dev > Sent: Monday, May 18, 2020 10:39 AM > To: gem5 Developer List > Cc

[gem5-dev] GCN3 Integration

2020-05-18 Thread Daniel Gerzhoy via gem5-dev
Hello, I'm wondering if anyone could give an update on the status of integrating the gcn3-staging branch into the main branch? (From here: https://gem5.googlesource.com/amd/gem5 branch: agutierr/master-gcn3-staging) I saw some emails on this list about it, so I thought I might update to th