Robert Maynard

Results 54 issues of Robert Maynard

Removes possibility of another projects RAPIDS.cmake being used, and removes need to always download a version.

bug
3 - Ready for Review
non-breaking

I can't seem to get `hipcc` when backed by clang to dump any preprocessor macros when compiling for the `hip` language. When I invoke for `c++` with ` hipcc -x...

type:bug
priority: P3 (normal)
clang

Removes possibility of another projects RAPIDS.cmake being used, and removes need to always download a version.

Allows rmm to be used in the presence of `THRUST_WRAPPED_NAMESPACE` which changes the namespace location of all thrust types.

feature request
3 - Ready for review
CMake
non-breaking
cpp

Changes in the work include: - [x] Internally use linear_space for iterating - [x] Simplify type and value iteration in `state_iterator::build_axis_configs` - [x] Store the iteration space in `axes_metadata` -...

The `PATTERN` rules in CMake only matches complete file names, and doesn't do globbing. So the current install rules fails to exlude anything. What we need to do is use...

With rapids-cmake now requiring CMake 3.23.1 update consumers to correctly express this requirement

We fixed both deadlocking issues due to a assumption that std::mutex would have fair scheduling, and work around deadlocks found in cuda event created in very short lived threads (...

bug
3 - Ready for review
non-breaking
cpp

## Description With rapids-cmake now requiring CMake 3.23.1 update consumers to correctly express this requirement ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/rmm/blob/HEAD/CONTRIBUTING.md). - [x] New or...

3 - Ready for review
CMake
doc
Python
conda
non-breaking

Just tried to build eavl on mountain lion with cuda support enabled and couldn't because it tries to find /usr/local/cuda/lib64. With version 10.7 of OSX cuda doesn't have a lib64...

bug