-
Notifications
You must be signed in to change notification settings - Fork 49
Description
File "E:\ProgramData\anaconda3\envs\fast_gaussian_splatting\lib\site-packages\diff_gaussian_rasterization_fastgs\__init__.py", line 103, in forward num_rendered, num_buckets, color, radii, geomBuffer, binningBuffer, imgBuffer, sampleBuffer, accum_metric_counts = _C.rasterize_gaussians(*args) RuntimeError: CUDA error: an illegal memory access was encountered
Hello, author. I also often encounter this error randomly when running the code. May I ask how you solved it? Thank you! My device is an RTX 5080 with CUDA version 12.9. I also randomly get this error when using an RTX 3090 with CUDA 11.6 on another device.
I also looked up some common solutions and tried them one by one, but none of them worked. May I ask if you've encountered this problem before? Do you have any solutions?