[gem5-users] Re: Question about running GPU emulation in gem5

2024-10-05 Thread Matt Sinclair via gem5-users
Hi Nicholas, Really glad to hear these GPU tests are useful for your class! I am not in front of a terminal, so I can't confirm every single thing, but here is what I think is happening: - You mention there are 2 sets of stats. This is potentially because a recent commit (https://github.com/gem

[gem5-users] Question about running GPU emulation in gem5

2024-10-05 Thread Beser, Nicholas D. via gem5-users
I am teaching an advanced computer architecture class and had the class run the GPU example that was run in the 2024 bootcamp: docker run --volume $(pwd):$(pwd) -w $(pwd) ghcr.io/gem5/gcn-gpu:v24-0 gem5/build/VEGA_X86/gem5.opt gem5/configs/example/apu_se.py -n 3 --gfx-version=gfx902 - c gem5-r