rmm
rmm copied to clipboard
[FEA] Remove deprecated functions and classes
After 24.04 we have a number of deprecated functions that can be removed in 24.06:
- thrust_rmm_allocator.h can be removed as it contains a single deprecated class (this has actually been deprecated for 3 years! 51f04390791fc9d47b3155919edaecada36a2087)
- Several deprecated functions in detail/aligned.hpp (they have moved to the non-detail file).
- The ctor of
cuda_async_memory_resourcethat usesthrust::optional(covered by #1535 ) - The ctors of
pool_memory_resourcethat takes an optional initial size.