torchsparse icon indicating copy to clipboard operation
torchsparse copied to clipboard

Unused variable in cuda kernel kernel_hash_kernel

Open ahmedius2 opened this issue 3 years ago • 0 comments

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?

ahmedius2 avatar Jul 27 '22 01:07 ahmedius2