Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Fix bug with drop_last when mod is 0 (#136)
Closes #130 . Will be accompanied by a PR to `cugraph` that shows how many batches reached each worker, so it is obvious when there are more GPUs than batches. Resolves a bug where `drop_last` deleted all input if the length of the input modulo batch size was 0. Authors: - Alex Barghi (https://github.com/alexbarghi-nv) Approvers: - Tingyu Wang (https://github.com/tingyu66) URL: #136
- Loading branch information