Mark Harris

Results 91 issues of Mark Harris

Contributes to #598. Adds a new libcuspatial C++ developer guide.

doc
non-breaking
cpp

We would like to improve cuSpatial's developer documentation to make it easier to contribute to cuSpatial. I think we should follow the lead of cuDF, which has a relatively comprehensive...

doc
c++

Create header-only APIs for the following and refactor existing APIs / tests on top of the header-only API: * `cuspatial::join_quadtree_and_bounding_boxes()` * `cuspatial::quadtree_point_in_polygon()` * `cuspatial::quadtree_point_to_nearest_polyline()` See https://github.com/rapidsai/cuspatial/blob/branch-22.08/cpp/include/cuspatial/spatial_join.hpp

feature request
inactive-30d
c++

Create header-only APIs for the following and refactor existing APIs / tests on top of the header-only API: * `cuspatial::quadtree_on_points()` See https://github.com/rapidsai/cuspatial/blob/branch-22.08/cpp/include/cuspatial/point_quadtree.hpp

feature request
? - Needs Triage
inactive-30d
c++

Create header-only APIs for the following and refactor existing APIs / tests on top of the header-only API: * `cuspatial::polyline_boundingboxes()` See https://github.com/rapidsai/cuspatial/blob/branch-22.08/cpp/include/cuspatial/polyline_bounding_box.hpp

feature request
inactive-30d
c++

Create header-only APIs for the following and refactor existing APIs / tests on top of the header-only API: * cuspatial::polygon_bounding_boxes() See https://github.com/rapidsai/cuspatial/blob/branch-22.08/cpp/include/cuspatial/polygon_bounding_box.hpp

feature request
inactive-30d
c++

We made a decision in the past to base the libcuspatial API on libcudf. Specifically, `cuspatial::` APIs take `cudf::column` and `cudf::table` inputs. Internally, these APIs use `cudf::type_dispatcher` to dispatch on...

question
cuDF
Python
inactive-90d
inactive-30d
cpp

**Is your feature request related to a problem? Please describe.** Use `cudf::table` (and DataFrame in Python) type for inputs and outputs where it makes sense. **Describe the solution you'd like**...

feature request

## Report incorrect documentation **Location of incorrect documentation** cudf/cpp/doxygen/developer_guide/DOCUMENTATION.md **Describe the problems or issues found in the documentation** > The libcudf documentation can also be built using `make docs_cudf` from...

doc
? - Needs Triage

**Is your feature request related to a problem? Please describe.** I think we should organize our headers and source better. To make implementations, tests, and benchmarks easier to find and...

feature request
c++