Closed r-mafi closed 4 years ago
bug fix: in the kernel for multi-batch binning, band-width parameter used to construct BatchSize object was missed (hence always using default value of 256). Looks like in moving get_multi_batch_sizes() to utils.cu, this bug was introduced.
band-width
BatchSize
get_multi_batch_sizes()
utils.cu
bug fix: in the kernel for multi-batch binning,
band-width
parameter used to constructBatchSize
object was missed (hence always using default value of 256). Looks like in movingget_multi_batch_sizes()
toutils.cu
, this bug was introduced.