[gem5-dev] Re: de-templating the O3 CPU

2021-03-01 Thread Nathanael Premillieu via gem5-dev
Hi Gabe, I totally agree with you on this. I think it’s also quite a blocker when learning gem5 as it makes the code difficult to follow and understand. Do you intend to do it as one big patch or split that into several steps (if that’s possible)? Thanks, Nathanael From: Gabe Black via

[gem5-dev] Re: Testing fail on GCN3_X86 on Arm machine

2021-01-12 Thread Nathanael Premillieu via gem5-dev
docker we created: - https://gem5.googlesource.com/public/gem5/+/refs/heads/develop/util/dockerfiles/gcn-gpu/README.md - http://www.gem5.org/2020/05/27/modern-gpu-applications.html Thanks, Matt On Mon, Jan 11, 2021 at 8:42 AM Nathanael Premillieu via gem5-dev mailto:gem5-dev@gem5.org>&g

[gem5-dev] Testing fail on GCN3_X86 on Arm machine

2021-01-11 Thread Nathanael Premillieu via gem5-dev
Hi, I'm currently working on some changes in gem5 and before submitting them, I'm using the testing framework as required. However, even without my changes, I get failures when building GCN3_X86 (See the trace at the end). I guess it is linked to the fact that I'm working on an Arm machine. Do