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

Cuda out of memory when calling the distCUDA2

Open moonagic opened this issue 6 months ago • 0 comments

dist2 = torch.clamp_min(distCUDA2(torch.from_numpy(np.asarray(pcd.points)).float().cuda()), 0.0000001)
MemoryError: std::bad_alloc: cudaErrorMemoryAllocation: out of memory

My graphics card is RTX8000 with 48GB of memory. I also looked at #740, reconfigured the environment, and the problem persists.

moonagic avatar Aug 30 '24 12:08 moonagic