[gem5-users] Modelling cache flushing on gem5 (RISC-V)

2022-02-28 Thread Ethan Bannister via gem5-users
Hi all, I'm currently undertaking a research project where I am implementing fence.t, a proposed fence instruction for RISC-V allowing ISA access to clearing microarchitectural state, and performing relatively coarse assessments of performance impact. As a result, I'm trying to implement this

[gem5-users] Re: Writing checkpoint fails

2022-02-28 Thread Bobby Bruce via gem5-users
Majid, Does this fix work for you? -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Fri, Feb 18, 2022 at 11:32 AM Bobby Bruce wrote: > Hey Majid, > > I made Gabe aware of this, he has an explanation noted in the breaking > commit:

[gem5-users] Re: Modelling cache flushing on gem5 (RISC-V)

2022-02-28 Thread Eliot Moss via gem5-users
On 2/28/2022 5:26 PM, Ethan Bannister via gem5-users wrote: > Hi all, > > I'm currently undertaking a research project where I am implementing fence.t, a proposed fence > instruction for RISC-V allowing ISA access to clearing microarchitectural state, and performing > relatively coarse

[gem5-users] Re: gem5 with garnet3.0 and x86 examples

2022-02-28 Thread Bharadwaj, Srikant via gem5-users
[Public] Hi David, We don't have working examples with CPU and garnet3.0. But the general idea is to create network configurations using the topology files(configs/topologies). The general methodology to build topologies in garnet3.0 is as follows: 1. Identify nodes and cache controllers

[gem5-users] gem5 with garnet3.0 and x86 examples

2022-02-28 Thread David Fong via gem5-users
Hi, Are there working examples in latest gem5 v21.2.1 with garnet3.0 and x86 (or ARM or RISCV) cpus with AI applications like DNN ? If not, please explain the flow on how to achieve this. Thanks, David ___ gem5-users mailing list --