Skip to content

Commit

Permalink
Ensure that cuda::std::pair is potentially trivially copyable
Browse files Browse the repository at this point in the history
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
miscco committed Jan 5, 2024
1 parent 9c2a4d2 commit b72c672
Show file tree
Hide file tree
Showing 4 changed files with 644 additions and 623 deletions.
Loading

0 comments on commit b72c672

Please sign in to comment.