rmm icon indicating copy to clipboard operation
rmm copied to clipboard

Deprecate and remove `supports_streams()` from memory resources

Open harrism opened this issue 2 years ago • 0 comments

As we move to replace device_memory_resource and host_memory_resource as dichotomous base classes in favor of the cuda::memory_resource concept, I think where possible we should deprecate features of the former that are not part of the interface defined by the latter.

Let's deprecate and remove the little-used rmm::mr::device_memory_resource::supports_streams().

### Tasks
- [ ] https://github.com/rapidsai/rmm/issues/1432
- [ ] https://github.com/rapidsai/rmm/issues/1433
- [ ] https://github.com/rapidsai/rmm/issues/1434

harrism avatar Nov 23 '23 01:11 harrism