Skip to content

fix: Enable Multi-GPU Execution by Fixing Device Allocation Conflicts #82

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

Open
wants to merge 1 commit into
base: dr_aa
Choose a base branch
from

Conversation

yindaheng98
Copy link

Thank you for building and maintaining this amazing project!

This PR fixes device mismatches in multi-GPU environments, e.g., move all the tensors of Gaussian model to cuda:1 before run rendering.
The issue occurred when the three buffers were initialized on a default GPU (e.g. cuda:0) instead of matching the device of input tensors.

@yindaheng98 yindaheng98 changed the title fix: Device Allocation Conflicts fix: Enable Multi-GPU Execution by Fixing Device Allocation Conflicts Feb 25, 2025
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.

1 participant