Mark Harris

Results 92 issues of Mark Harris

**Is your feature request related to a problem? Please describe.** More developers are using dev containers for RAPIDS development. We can build most of RAPIDS from the provided dev containers....

feature request
cuDF (Java)

## Description Closes #1536 ## Checklist - [X] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/rmm/blob/HEAD/CONTRIBUTING.md). - [X] New or existing tests cover these changes. - [X] The documentation is up...

Python
conda
breaking
improvement
cpp

As part of the `cuda::mr` refactoring, eventually there will be no `device_memory_resource` base class on the C++ side, instead everything will use the relevant type-erased concepts. In cython, we currently...

feature request
Python

After 24.04 we have a number of deprecated functions that can be removed in 24.06: 1. thrust_rmm_allocator.h can be removed as it contains a single deprecated class (this has actually...

feature request
cpp

## Description Let's get RMM allocate/deallocates showing up in profiler timelines. Closes #495 ## Checklist - [X] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/rmm/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing...

feature request
CMake
non-breaking
cpp

**Describe the bug** cuML should make more of an effort to use containers (especially RMM device containers) and eradicate all instances of raw allocation. I have recently been refactoring all...

bug
good first issue
Tech Debt

In #1552 it is noted that the level of detail in README.md is quite high and growing. We should consider moving a lot of the detailed usage instructions for both...

doc

## Description This adds `prefetch(device, stream)` to `rmm::device_buffer` C++ and `rmm.DeviceBuffer` Python classes. Currently this is a no-op on non-managed memory device buffers. Currently rather than querying the type of...

feature request
Python
non-breaking
cpp