[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2024-04-15 Thread 王理治 via gem5-users
 Hi Jason, I’m using ELFies with gem5. I have tried your example in gem5-hpca-2023 and it works. But I meets some trouble in generating ELFies with the Sniper simulator, can you provides any scripts to generate these ELFies with LoopPoint output csv/json files? Thanks, Liz Wang 发自我的 iPhone

[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2023-03-09 Thread Jonathan Kang via gem5-users
ini , The gem5 Users mailing list Subject: Re: [gem5-users] Capturing SimPoint and running on ARM CycleModel Yes, that's correct. Cheers, Jason On Thu, Mar 9, 2023 at 9: 44 AM Jonathan Kang wrote: I think I’d want the opposite: to get ELFies out of Gem5 CheckPoints. That’ll allow me to run it on an

[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2023-03-09 Thread Jason Lowe-Power via gem5-users
hat the ARM Cycle Model is > incompatible…. > > > > The ELFie methodology generates guest bootcode which injects the > architectural state before the beginning of the SimPoint > > > > Kind Regards > > > > Giacomo > > > > > > Thanks, &

[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2023-03-09 Thread Jonathan Kang via gem5-users
:15 AM To: Giacomo Travaglini Cc: Jonathan Kang , The gem5 Users mailing list Subject: Re: [gem5-users] Capturing SimPoint and running on ARM CycleModel Hi Jonathan, We just did a tutorial on how to use ELFies with gem5. See https:  //looppoint. github. io/hpca2023/ for details. We are able

[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2023-03-09 Thread Jason Lowe-Power via gem5-users
ootcode which injects the > architectural state before the beginning of the SimPoint > > > Kind Regards > > > Giacomo > > > > > Thanks, > > > > Jonathan. > > > > *From: *Giacomo Travaglini > > *Date: *Wednesday, March 8, 2023 at 6:26 AM > *To

[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2023-03-09 Thread Giacomo Travaglini via gem5-users
; Date: Wednesday, March 8, 2023 at 6:26 AM To: The gem5 Users mailing list <mailto:gem5-users@gem5.org> Cc: Jonathan Kang <mailto:mos...@meta.com> Subject: Re: [gem5-users] Capturing SimPoint and running on ARM CycleModel Hi Jonathan On 08/03/2023 01: 43, Jonathan Kang via gem5-users w

[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2023-03-08 Thread Jonathan Kang via gem5-users
Travaglini Date: Wednesday, March 8, 2023 at 6:26 AM To: The gem5 Users mailing list Cc: Jonathan Kang Subject: Re: [gem5-users] Capturing SimPoint and running on ARM CycleModel Hi Jonathan On 08/03/2023 01: 43, Jonathan Kang via gem5-users wrote: Hi all, I’m attempting to get SPEC 2k17 to run

[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2023-03-08 Thread Giacomo Travaglini via gem5-users
Hi Jonathan On 08/03/2023 01:43, Jonathan Kang via gem5-users wrote: Hi all, I’m attempting to get SPEC 2k17 to run on our performance model that uses an ARM Cycle Model (A55). Obviously it’d take forever to run the whole binary so I was wondering if anyone has had experience capturing

[gem5-users] Re: Capturing SimPoint and running on ARM CycleModel

2023-03-08 Thread 봉하승 via gem5-users
Hi Jonathan, I have experience simulating SimPoint area through O3CPU in se mode.(use the checkpoint function of gem5) I don't know if it's only in my case, but not all Benchmarks in spec2017 had a smooth simulation process with SimPoint. I'm still looking for a way to fix some of the workloads.