You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, recently I am trying to use checkpointing to get a more deterministic result, but If I save a checkpoint in the WORKBEGIN event, it is seems when executing with checkpoint it cannot trigger m5_work_end_addr after it. After some further investigation, it is seems map_m5_mem() does not work with checkpointing, if I save checkpoint before map_m5_mem() then it can work.
Platform: Ubuntu 24.04
Gem5 version 24.0.0.1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks, recently I am trying to use checkpointing to get a more deterministic result, but If I save a checkpoint in the WORKBEGIN event, it is seems when executing with checkpoint it cannot trigger m5_work_end_addr after it. After some further investigation, it is seems map_m5_mem() does not work with checkpointing, if I save checkpoint before map_m5_mem() then it can work.
Platform: Ubuntu 24.04
Gem5 version 24.0.0.1
Beta Was this translation helpful? Give feedback.
All reactions