Hello,I would like to look at the code related to the task scheduling in the gem5-gpu system.
But I gem5 and gem5-gpu catalog to see a lot of schedule (), I would like to ask where the relevant code?Thank youmolly
The cmd is ' build/X86_VI_hammer_GPU/gem5.opt
../gem5-gpu/configs/se_fusion.py -c
../benchmarks/rodinia/backprop/gem5_fusion_backprop -o 16 -n 3'
The benchmark program is loaded into this heterogeneous multi-core simulator with num-cpu 3, cluster is the default.
I
looked at config.ini, cpu0.workload, cpu1.workload, cpu2.workload are /
benchmarks / rodinia / backprop / gem5_fusion_backprop.
How does this program break down into subnormal tasks and assign them to the appropriate kernel?
Yes.
In gem5-gpu, can be achieved in the task of migration on different CPU?
What I mean is that the program runs on cpu0 in a time slice and then runs on cpu1 on the next time slice.
Maybe my question is very strange.
Thanks
Molly
Hi Molly,