Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace cudf::detail::copy_if logic with thrust::copy_if and gather (#…
…17520) Replaces the custom kernels for `cudf::detail::copy_if` with a call to `thrust::copy_if` to build indices to call `cudf::detail::gather`. This is easier to maintain and faster for some cases but slower in others. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Yunsong Wang (https://github.com/PointKernel) - Nghia Truong (https://github.com/ttnghia) URL: #17520
- Loading branch information