Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Replace thrust::tuple implementation with cuda::std::tuple (#262)" #1247

Closed
wants to merge 1 commit into from

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jan 4, 2024

Description

See issue #1246. The thrust::pair class is trivially copyable in CCCL 2.2.0 but PR #262 broke this property because cuda::std::pair is not trivially copyable (it may be fixable at a later time). I discussed with @miscco and he agreed that reverting that PR would be the safest choice for the release of CCCL 2.3.0.

This reverts commit 61c1fd0.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@bdice bdice marked this pull request as ready for review January 4, 2024 19:40
@bdice bdice requested review from a team as code owners January 4, 2024 19:40
@miscco
Copy link
Collaborator

miscco commented Jan 15, 2024

closing this in favor of #1249

We will get this into 2.3.1

@miscco miscco closed this Jan 15, 2024
@miscco miscco reopened this Jan 16, 2024
@miscco
Copy link
Collaborator

miscco commented Jan 16, 2024

Sorryfor the noise, I was looking for complex :(

@miscco miscco closed this Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants