GaussianImage
GaussianImage copied to clipboard
Why can't I run this on any CUDA device except cuda:0?
I tried to modify the codebase a little to allow me to run it on different cuda device but I always end up with an "illegal memory access was encountered" error if I use anything other than cuda:0. Any idea why this is happening and how I can fix it?
I believe the error originates in the project_gaussians_2d function. If I use cuda:1 device and try to print xys
(or any other output from this function), I get the cuda illegal memory access error. However, if I use cuda:0, they print out just fine.