[gem5-users] Using Parsec bench marking tool with gem5

2021-03-09 Thread keshav via gem5-users
Greetings all, I'm completely new to Gem5. I want to use parsec benchmarking tool to evaluate and compare various cache replacement policies. Can anyone help with this and guide me? Thanking you in advance Kind regards Keshav E ___ gem5-users mailing l

[gem5-users] Re: gem5 GCN3 GPU model docker build issue

2021-03-09 Thread Boya Chen via gem5-users
the reason is latest pip may not be compatible try to use it: python -m pip install -U pip==20.3 ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_na

[gem5-users] Re: gem5 GCN3 GPU model docker build issue

2021-03-09 Thread Matt Sinclair via gem5-users
Right, like Matt said you should be using develop, not stable, for now. Did you see the instructions say to use stable somewhere? If so we can update that. Matt On Tue, Mar 9, 2021 at 9:42 AM Poremba, Matthew via gem5-users < gem5-users@gem5.org> wrote: > [AMD Public Use] > > Hi, > > > Develo

[gem5-users] Re: gem5 GCN3 GPU model docker build issue

2021-03-09 Thread Poremba, Matthew via gem5-users
[AMD Public Use] Hi, Develop branch has the latest Dockerfile. Note that GCN3 won't be "officially" part of gem5 until 21.0 release (in a few weeks). -Matt -Original Message- From: xpf via gem5-users Sent: Monday, March 8, 2021 11:21 PM To: gem5-users@gem5.org Cc: 1045749...@qq.com

[gem5-users] Configuration file about several networks in a system

2021-03-09 Thread Chao Fu via gem5-users
Hi, I want to emulate a system with 16 cores with three levels of cache, where L1 is private to each core, L2 is shared by four cores, and LLC is shared by all cores. My question is, how do I write a configuration file for this system? Based on the existing configuration file in GEM5, I plan t