Lakshya Gupta

Results 8 comments of Lakshya Gupta

Did you get an answer to this question? I have been wondering myself.

> hi When I used cmake to configure the vug266,it told me that: CMake Warning at CMakeLists.txt:70 (message):The submodule greatest was not loaded, some tests may fail INFO Disable test...

This issue happens when you compile gsplat during first run (JIT). When I pip install gsplat by compiling CUDA libraries on installation, everything works for me. Maybe something to try...

> I'm curious if our original code can run on different cuda devices on your server? If you do not add CUDV_VISIBLE_DEVICE, you need to revise this code: > >...

I'm facing the same issue. Can't see it on either stable or beta decky channel.

After some tinkering, I figured going with the gsplat installation that compiled gsplat during installation instead of JIT ended up fixing it for me. I wonder why that happened for...

What do you mean by the "outer circle of the Gaussian"? If you look at the rasterization CUDA kernel: ``` // process gaussians in the current batch for this pixel...