[gem5-users] gem5 cpu-gpu heterogeneous NoC

2024-05-07 Thread Y阿Z阿 via gem5-users
Hello everyone, I am running cpu-gpu heterogeneous NoC in the Gem5 simulator, and this is my command line. bench=blackscholes #!/bin/bash outDir=gem5/m5out/parsec build/VEGA_X86/gem5.opt configs/example/gpufs/runfs.py \ --disk-image image/kernal/x86-gpu-fs-20220512.img \ --kernel image/vmlinux-

[gem5-users] Re: gem5 cpu-gpu heterogeneous NoC

2024-05-07 Thread Poremba, Matthew via gem5-users
[AMD Official Use Only - General] Hello, If you want to run CPU+GPU right now you will probably need to use SE mode. Timing CPUs are not supported in GPUFS configs so the CPU network is completely ignored as KVM/atomic bypass network. If that doesn’t matter, then you will need to create a t