torchsparse
torchsparse copied to clipboard
Unused variable in cuda kernel kernel_hash_kernel
In file backend/hash/hash_cuda.cu, the following variable appears unused for the hash calculation:
extern __shared__ int kernel_offset_local[];
Am I missing something or is this variable supposed to be used in place of the kernel_offset?