You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when trying to install the rasterizer in my conda environment I got this error: Error: identifier "copysign<int, double, (int)0> " is undefined in device code.
When explicitly casting to either double or replacing 1 with 1.0f whenever that function was called in cuda_rasterizer/stopthepop_QGS/resorted_render.cuh, cuda_rasterizer/forwqrd.cu and cuda_rasterizer/stopthepop_QGS/stopthepop_common.cuh it successfully installed.
The text was updated successfully, but these errors were encountered:
Hi, when trying to install the rasterizer in my conda environment I got this error:
Error: identifier "copysign<int, double, (int)0> " is undefined in device code
.When explicitly casting to either
double
or replacing1
with1.0f
whenever that function was called incuda_rasterizer/stopthepop_QGS/resorted_render.cuh
,cuda_rasterizer/forwqrd.cu
andcuda_rasterizer/stopthepop_QGS/stopthepop_common.cuh
it successfully installed.The text was updated successfully, but these errors were encountered: