criu/plugins
Tvrtko Ursulin 44739b7b1c plugins/amdgpu: Enable restore with only the drm node open
It is currently not possible to restore a process which did not have a KFD
device open.

We can work around that by assuming the restore is being done on the same
system with the same GPU id. This can fail over reboots when the GPU id
changes, but that also could be worked around with perhaps something like
a "--ignore-gpu-id" command line switch.

In the long term we probably need to think of adding the relevant GPU
discovery APIs to the amdgpu kernel driver, which would enable this to
work more smoothly.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
2026-06-23 11:55:47 +01:00
..
amdgpu plugins/amdgpu: Enable restore with only the drm node open 2026-06-23 11:55:47 +01:00
cuda amdgpu: use fseeko with large-file support instead of fseeko64 2026-01-08 07:48:23 -08:00