BUG with command -use-unified-memory
To Reproduce MGPUSim version of commit ID: v3 Command that recreates the problem
./KMPRMMBS-MMMM -unified-gpus=1,2,3,4 -use-unified-memory -timing -report-all
Current behavior the usage of cpu decrease and the simulation discontinue
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context remove ‘-use-unified-memory’ then the command works
This is a known bug. We are working on it. Unfortunately, the only way to fully get it to work is to fully reimplement the page migration feature. So we will only be able to fix it in the v4 release of MGPUSim (no guarantee). For now, please do not use this feature. Even without unified memory, you can have inter-GPU memory access, just no page migration.