gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

When running 3dgs on a machine with multiple graphics cards, it reports memory at dist2 = torch.clamp_min(distCUDA2(torch.from_numpy(np.asarray(pcd.points)).float().cuda()), 0.0000001) # (P,)

Open p-z-p opened this issue 8 months ago • 1 comments
trafficstars

Image You can see that the memory is only used for a very small portion, and there is no problem running the same data on a single gpu machine, why is that?

p-z-p avatar Mar 05 '25 08:03 p-z-p