gaussian-splatting
gaussian-splatting copied to clipboard
Cuda out of memory when calling the distCUDA2
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.