turandai / gaussian_surfels

Implementation of the SIGGRAPH 2024 conference paper "High-quality Surface Reconstruction using Gaussian Surfels".
540 stars 26 forks source link

No kernel Image #42

Open dhanush70125 opened 3 months ago

dhanush70125 commented 3 months ago

File ".\repos\gaussian_surfels\scene\gaussian_model.py", line 166, in create_from_pcd dist2 = torch.clamp_min(distCUDA2(torch.from_numpy(np.asarray(pcd.points)).float().cuda()), 0.0000001)

RuntimeError: parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device

I'm working with windows, CUDA11.8