Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that
cuda::std::pair
is potentially trivially copyable
trivially copyable is a requirement for memcpy. We want to ensure that our pair implementation satisfies that whenever possible. This is especially important for thrust::pair as that is used in rmm extensively. Fixes #1246
- Loading branch information