-
Notifications
You must be signed in to change notification settings - Fork 599
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
support user set remote mmap vma address #2461
Conversation
There are several different methods for checkpoint/restore of GPU state (e.g., cuda-checkpoint, amdgpu plugin, cricket, cedana, a device-proxy mechanism from Microsoft, and a very similar solution from Tencent). @duguhaotian Would you be able to provide more information about this use-case and why this change is necessary? |
similar solution from Microsoft, log and reply.
|
5fa3ab4
to
57ec59b
Compare
LGTM pls resolve all items and we will merge it. btw: how and where do you use this? |
1. os auto assignment vma addr maybe conflict with vma in gpu living migrate scene; 2. so, we should give choice to user; Signed-off-by: haozi007 <[email protected]>
greate, thks!! @avagin
|
user set vma usecase: