Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
lists::drop_list_duplicates
(NVIDIA#11236)
This PR completely removes `cudf::lists::drop_list_duplicates`. It is replaced by the new API `cudf::list::distinct` which has a simpler implementation but better performance. The replacements for internal cudf usage have all been merged before thus there is no side effect or breaking for the existing APIs in this work. Closes rapidsai/cudf#11114, rapidsai/cudf#11093, rapidsai/cudf#11053, rapidsai/cudf#11034, and closes rapidsai/cudf#9257. Depends on: * rapidsai/cudf#11228 * rapidsai/cudf#11149 * rapidsai/cudf#11234 * rapidsai/cudf#11233 Authors: - Nghia Truong (https://github.com/ttnghia) Approvers: - Jordan Jacobelli (https://github.com/Ethyling) - Robert Maynard (https://github.com/robertmaynard) - Vukasin Milovanovic (https://github.com/vuule) - Bradley Dice (https://github.com/bdice) URL: rapidsai/cudf#11236
- Loading branch information