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
(#14251)
Fixes #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. Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - David Wendt (https://github.com/davidwendt) - Divye Gala (https://github.com/divyegala) - Mike Wilson (https://github.com/hyperbolic2346) URL: #14251
- Loading branch information