Christopher Harris

Results 6 issues of 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...

3 - Ready for Review
libcudf
improvement
non-breaking

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...

type: enhancement
P2: nice to have

Contributes to #231. Depends on #250.

inactive-90d
inactive-30d

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...

feature request
? - Needs Triage
inactive-90d
inactive-30d

### 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...

type::feature
source::community
stale

## 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...

bug
libcudf
non-breaking