[gem5-dev] Problem running gem5 gui

2023-04-19 Thread Beser, Nicholas D. via gem5-dev
I am creating a module for a graduate class that I teach at the Johns Hopkins University that covers gem5 and gem5 GUI. The gem5 code seems to work as expected. When I installed the GUI code, the installation seemed to complete without errors. I can see that I have python 3.7.18 and pyside 5.13

[gem5-dev] Build failed in Jenkins: compiler-checks #580

2023-04-19 Thread jenkins-no-reply--- via gem5-dev
See Changes: -- [...truncated 1.03 KB...] > git checkout -f 09023d4158703a33f483593ffa76001a805d015b # timeout=10 Commit message: "mem-ruby: Not flushing data to memory when there's no di

[gem5-users] Re: [gem5-dev] Problem running gem5 gui

2023-04-19 Thread Jason Lowe-Power via gem5-users
Hi Nick, Unfortunately, we haven't been able to keep the gem5 gui up to date with either gem5 or python. I'm afraid that the code has undergone a lot of bitrot over the past couple of years. If it's any help, I can point you to what I use in my grad classes: https://jlpteaching.github.io/comparch

[gem5-dev] [S] Change in gem5/gem5[develop]: mem: Handle DRAM write queue drain and disabled power down

2023-04-19 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/69917?usp=email ) Change subject: mem: Handle DRAM write queue drain and disabled power down .. mem: Handle DRAM writ

[gem5-dev] [S] Change in gem5/gem5[develop]: base: Use include for GCC v7

2023-04-19 Thread Melissa Jost (Gerrit) via gem5-dev
Melissa Jost has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69840?usp=email ) Change subject: base: Use include for GCC v7 .. base: Use include for GCC v7 This change adds include guards t

[gem5-dev] Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing??

2023-04-19 Thread 429442672 via gem5-dev
i'm new to gem5. May i ask is there a way to make simulation for a CPU-GPU heterogeneous computing?? the gem5-gpu is too old and poorly maintained, so it is better to use GCN3, in ES mode. For example, i want to simulate that: 1.CPU load several data from CPU memory and handle them. 2.C

[gem5-users] Re: Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing?

2023-04-19 Thread Matt Sinclair via gem5-users
Yes, all of the “GPU” examples posted on gem5-resources do this, for both GCN3 and Vega models. For example, I usually recommend people start with square: https://resources.gem5.org/resources/square You can find many more examples of this on the homepage of gem5 resources too: https://resource

[gem5-dev] Re: Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing?

2023-04-19 Thread Matt Sinclair via gem5-dev
Yes, all of the “GPU” examples posted on gem5-resources do this, for both GCN3 and Vega models. For example, I usually recommend people start with square: https://resources.gem5.org/resources/square You can find many more examples of this on the homepage of gem5 resources too: https://resources