-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Feature] Add multi-GPU UnifiedTensor unit test #3184
Conversation
To trigger regression tests:
|
Bus error is probably related to the docker settings. Will take a look at this tommorow |
@VoVAllen Thanks for the quick reply! Based on my quick research, I believe the docker's shared memory space is too small. Here is the relevant link: pytorch/pytorch#2244. |
Do we extend the shm size for the docker container? |
Fixed shared memory problem |
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.
LGTM
Description
This is a followup PR of #3086, which adds a multi-gpu unit test case for the PyTorch backend using UnifiedTensor.
Checklist
Please feel free to remove inapplicable items for your PR.
or have been fixed to be compatible with this change
Changes