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-5.4.0-105-generic \
--gpu-mmio-trace benchmark/gem5-resources/src/gpu-fs/vega_mmio.log \
--script ./Rcs/run_parsec.rcS \
--ruby \
--network=garnet \
--num-cpus=2 \
--num-compute-units=10 \
--num-dirs=16 \
--dgpu-mem-size="16GB" \
--num-l2caches=16 \
--mesh-rows=4 \
--mem-type="DDR4_2400_16x4" \
--mem-channels=2 \
--mem-ranks=2 \
--mem-size="16GB" \
--cpu-topology=Mesh_XY \
--gpu-topology=Mesh_XY



During the construction of the mesh architecture, the following bug appeared. 


NameError: name 'option' is not defined
At:
  /root/gem5/configs/topologies/Mesh_XY.py(53): makeTopology
  /root/gem5/configs/example/gpufs/DisjointNetwork.py(90): connectCPU
  /root/gem5/configs/example/gpufs/Disjoint_VIPER.py(176): create
  /root/gem5/configs/example/gpufs/system/system.py(227): makeGpuFSSystem
  configs/example/gpufs/runfs.py(211): runGpuFSSystem
&nbsp; configs/example/gpufs/runfs.py(282): <module&gt;
&nbsp; src/python/m5/main.py(629): main



I would like to ask everyone, can cpu-gpu heterogeneous NoC be run in Gem5? If 
so, what configuration files do I need to change? Thank you very much for your 
help.





Y??Z??
1765197...@qq.com
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to