Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cudf::detail::pinned_allocator doesn't throw from
deallocate
Fixes rapidsai#14165 The deallocate function is called by the `pinned_host_vector`. Throwing from destructors is bad since they can't be caught, and generally get converted into runtime sig aborts.
- Loading branch information