Robert Maynard
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...
**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...
**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
**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**...
With 23.04 announcing the upcoming behavior change to `NATIVE`, for 23.04 we should now map `NATIVE` to `native`.
**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...
**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...
## 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...
## 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)....
## 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...