[gem5-users] Re: Taking simpoint checkpoints after restoring from a checkpoint

2024-04-15 Thread muke101 via gem5-users
Thanks for confirming number 1 for me. As the simpoint checkpoints restore before the interval index to allow for warmup, the adjusted intervals end up being floats. I've adjusted Simulation.py to account for this when parsing the simpoint file, but I hope there's nothing under the hood that thi

[gem5-users] Re: Taking simpoint checkpoints after restoring from a checkpoint

2024-04-15 Thread Zhantong Qiu via gem5-users
Hi, 1. The intervals/number of instructions into the program will not be valid because the starting point changed. The instruction counts from 0 when restoring the checkpoint, so the distance from the start to the simpoint changed because, originally, the simulation was starting from the beginning