-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor criu plugin baseline v2 #2298
Refactor criu plugin baseline v2 #2298
Conversation
…vices Add a new compilation unit to host symbols and methods that will be needed to C&R DRM devices. Refactor code that indicates support for C&R and checkpoints KFD and DRM devices Signed-off-by: Ramesh Errabolu <Ramesh.Errabolu@amd.com>
Refactor code used to Checkpoint DRM devices. Code is moved into amdgpu_plugin_drm.c file which hosts various methods to checkpoint and restore a workload. Signed-off-by: Ramesh Errabolu <Ramesh.Errabolu@amd.com>
My changelist fails for two scenarios:
Is it possible for me to re-run them as the "details" does not show me if my change is the cause. Furthermore, I see other changelists that are having failures in the same validating element. |
@rerrabolu can someone from your team review this change? |
Sorry, been busy with other things. I will take a look. |
A friendly reminder that this PR had no activity for 30 days. |
@dayatsin-amd friendly ping |
@rerrabolu Would it be possible to add tests that can be used to verify the functionality on a system with GPU? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
One nit pick, the commit message title is exceeding 50 chars. See if you can make it shorter.
|
@rerrabolu Some of the lint errors have been fixed in #2345. I have been using the example applications from the following repository for testing locally with MI100 GPU: We could add a few simple test cases, similar to these examples, to the ZDTM test suite. |
No description provided.