Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cudf::detail::grid_1d to use thread_index_type (#16276)
Updates the `cudf::detail::grid_1d` to use `thread_index_type` instead of `int` and `size_type` for the number threads and blocks. This has become important for launching kernels with more threads than max `size_type` total bytes for warp-per-row and thread-per-byte algorithms. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) - Nghia Truong (https://github.com/ttnghia) URL: #16276
- Loading branch information