Robert Maynard

Results 54 issues of Robert Maynard

The installed version of `spdlogConfigTargets.cmake` includes both the `spdlog::spdlog` and `spdlog::spdlog_header_only` targets. The build directory version only provides the compiled library target, which causes issues for dowstream consumers of the...

## Description This ensures that inside devcontainers, the helper clean commands will also remvoe the jitify2 cache as it is part of the build directory. ## Checklist - [x] I...

feature request
3 - Ready for Review
non-breaking

Downstream consumers of static built versions of RAPIDS C++ projects have encountered runtime issues due to multiple instances of the same kernel existing in different DSOs. To resolve this issue...

bug
non-breaking
CUDA/C++

Downstream consumers of static built versions of RAPIDS C++ projects have encountered runtime issues due to multiple instances of the same kernel existing in different DSOs. To resolve this issue...

bug
non-breaking
cuGraph

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? Extension of https://github.com/conda/conda-build/issues/5179 and https://github.com/conda/conda-build/pull/5181/ The computed...

type::bug

This makes sure that CUVS uses the compile flags that are required for RAPIDS C++ projects.

improvement
non-breaking
cpp
CMake

## Description rapids-cmake cython module has been deprecated since 24.02 and now can be removed in 24.08 This removes the cython module and instead only offers cython-core. ## Checklist -...

breaking
feature request
3 - Ready for Review

## Description Provide a more detailed high level overview of the rapids-cmake cpm functions and what you can do with them Fixes #https://github.com/rapidsai/rapids-cmake/issues/551 ## Checklist - [x] I am familiar...

## Report incorrect documentation The documentation around the usage of rapids-cmake cpm overrides is missing some of the edge cases: 1. `always_download` will be true for any package that is...

doc
2 - In Progress

Currently projects need to manually generate a build directory config module ( e.g. ) ```cmake include(${rapids-cmake-dir}/cpm/spdlog.cmake) rapids_cpm_spdlog(FMT_OPTION "EXTERNAL_FMT_HO" INSTALL_EXPORT_SET rmm-exports) rapids_export_package(BUILD spdlog rmm-exports) if(spdlog_ADDED) rapids_export( BUILD spdlog EXPORT_SET spdlog GLOBAL_TARGETS...

feature request
2 - In Progress