You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RAII allocation pattern usage is preferable to manual allocations and deallocations of GPU memory. Replacing calls to raft::allocate, that make use of the RMM allocator, with rmm::udevice_vector should guarantee that no memory leak ever happen.
The text was updated successfully, but these errors were encountered:
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: