Skip to content
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

Bump mgpu gitlab commit #2372

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

1tnguyen
Copy link
Collaborator

Description

Bump mgpu commit to include a fix for getNumElements when host-device migration is used (mgpu MR!32).

The base implementation of getNumElements iterates over tensors, which is not supported for host-device migration (throwing an error). Hence, adding a direct getNumElements implementation.

This issue was exposed by a recent change in #2289, which calls getNumElements as part of state data indexing. The bug and fix can be checked by the existing mgpu unit tests.

Signed-off-by: Thien Nguyen <thiennguyen@nvidia.com>
@1tnguyen 1tnguyen added this to the release 0.9.0 milestone Nov 12, 2024
@bettinaheim bettinaheim merged commit 740c07b into NVIDIA:main Nov 12, 2024
213 of 214 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants