Christopher Harris
Christopher Harris
reduces unnecessary copying by moving copy logic in to the `data_chunk_reader` API, introducing a new method `copy_next_chunk`, which on a per-implementation-basis can decide the best way to copy the underlying...
Prefix sums are incredibly useful, and CUB provides both inclusive and exclusive variants of device-wide and block-wide public APIs for these tools. However, the need for device-wide scans is not...
Contributes to #231. Depends on #250.
The ability to create simple shapes such as rectangles, regular polygons, points, line segments, donuts, etc, would be useful when "developing" test data. Often times we know we need to...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Provide the Git LFS support...
## Description Backports fix from https://github.com/rapidsai/cudf/pull/16626 ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x] The documentation...