"git@developer.sourcefind.cn:change/sglang.git" did not exist on "20315697f434628b2ced18a85f577b13dae91b0f"
[Fix] fix a bug that may cause compilation failure of dynamic voxelization...
[Fix] fix a bug that may cause compilation failure of dynamic voxelization when using GPUs with compute capability lower than 6.x (#326) * fix a bug that may cause compilation failure of dynamic voxelization when using gpus with compute capability lower than 6.x fix imperfection kernel code that may unintentionally discard valid points when input points count is larger than 50000 * 512 (nearly impossible though). * Modified scatter_points_cuda.cu to ensure backward compatibility with PyTorch1.5 on CUDA9.0 * fix the issue of DynamicScatter gradient check failure by explicit mark non-floating-point tensor as non-differentiable.
Showing
Please register or sign in to comment