Robert Maynard
Robert Maynard
Removes possibility of another projects RAPIDS.cmake being used, and removes need to always download a version.
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...
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.
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 (...
## 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...
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...