[FEA] Replace calls to raft::allocate
#4197
Labels
CUDA/C++
feature request
New feature or request
inactive-30d
inactive-90d
Tech Debt
Issues related to debt
RAII
allocation pattern usage is preferable to manual allocations and deallocations of GPU memory. Replacing calls toraft::allocate
, that make use of the RMM allocator, withrmm::udevice_vector
should guarantee that no memory leak ever happen.The text was updated successfully, but these errors were encountered: