criu/plugins
Yanning Yang 200e1cbf9b
amdgpu: use 64-bit offsets for parallel restore
On AMD Instinct MI300 systems, restoring a large GPU application can
fail because the checkpoint size is too large and the maximum value of
an offset (with integer type) is insufficient. This problem occurs when
the total size of all buffer objects exceeds int max, not because any
single buffer is too large, but it can also happen with a large number
of small buffers.

Fixes: #2812

Signed-off-by: Yanning Yang <yangyanning@sjtu.edu.cn>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2026-07-21 13:40:16 +02:00
..
amdgpu amdgpu: use 64-bit offsets for parallel restore 2026-07-21 13:40:16 +02:00
cuda cuda: remove redundant goto label 2025-11-02 07:42:55 -08:00