Robert Maynard

Results 54 issues of Robert Maynard

**Is your feature request related to a problem? Please describe.** Most RAPIDS projects bring in thirdparty projects via `rapids_cpm` and either have them as part of the default `ALL` install...

feature request
? - Needs Triage

**Is your feature request related to a problem? Please describe.** The `CPM_SOURCE_CACHE` variable allows for users/envs to describe where to checkout out source code. In theory this should still work...

feature request
? - Needs Triage

**Issue** The overloads of `NATIVE`, `ALL`, and `""` for CMAKE_CUDA_ARCHITECTURES have resulted in confusion with the CMake 3.24+ feature of offering `native`, `all`, `all-major`. https://github.com/rapidsai/rapids-cmake/issues/318#tasklist-block-d513e500-e207-49f2-b5a2-1c4e3d463fee

feature request
? - Needs Triage

**Is your feature request related to a problem? Please describe.** We want to announce behavior changes coming of the `NATIVE` case of CMAKE_CUDA_ARCHITECTURES from rapids-cmake. **Describe the solution you'd like**...

feature request

With 23.04 announcing the upcoming behavior change to `NATIVE`, for 23.04 we should now map `NATIVE` to `native`.

feature request

**Is your feature request related to a problem? Please describe.** Currently the build and install export sets don't understand that static linking means that `PRIVATE` dependencies are required to consume...

feature request
? - Needs Triage

**Is your feature request related to a problem? Please describe.** Projects such as cudf, and rmm require newer versions of Thrust, libcuc++ than can be found in the oldest supported...

feature request
0 - Backlog

## Description We need to use the `rapids_cpm_nvtx3` so that the nvtx3 targets, and setup are consistent across rmm and cudf. If we don't we get errors around incorrect exports...

bug
3 - Ready for Review
libcudf
CMake
non-breaking

## Description Expands the `cudf::merge` function to support a user stream Found as part of https://github.com/rapidsai/cudf/pull/15982 when building benchmarks ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md)....

feature request
libcudf
CMake
non-breaking

## Description The `has_nested_columns` functionality is used in numerous tests. It looks like it should be part of our stable public API. ## Checklist - [x] I am familiar with...

feature request
libcudf
non-breaking