-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace device_vector with device_uvector in sort_impl (#7925)
Reference #7287 This replaces usages of `rmm::device_vector` with `rmm::device_uvector` in `cpp/src/sort/sort_impl.cuh` which is used internally by the `cudf::sort` APIs. The `make_device_uvector_async` utility are called to convert a `std::vector` to a temporary `rmm::device_uvector`. Also updated `vector_factories.hpp` utility to add the missing `include <vector>`. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - https://github.com/nvdbaranec - Nghia Truong (https://github.com/ttnghia) - Christopher Harris (https://github.com/cwharris) URL: #7925
- Loading branch information
1 parent
d6479a2
commit 18964ff
Showing
2 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters