Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Replace thrust::tuple implementation with cuda::std::tuple #1798

Closed
wants to merge 2 commits into from

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Sep 19, 2022

closes NVIDIA/cccl#742
closes NVIDIA/cccl#695

Our old implementation of tuple has a lot of limitations.

So rather than using the old homegrown version reuse cuda::std::tuple

@miscco
Copy link
Collaborator Author

miscco commented Dec 19, 2022

run tests

@miscco miscco changed the base branch from format__host__device to main December 19, 2022 20:20
@miscco
Copy link
Collaborator Author

miscco commented Dec 19, 2022

run tests

1 similar comment
@miscco
Copy link
Collaborator Author

miscco commented Mar 6, 2023

run tests

@miscco miscco closed this Mar 6, 2023
@miscco miscco reopened this Mar 6, 2023
@miscco
Copy link
Collaborator Author

miscco commented Mar 6, 2023

run tests

@miscco
Copy link
Collaborator Author

miscco commented Mar 6, 2023

run tests

@miscco
Copy link
Collaborator Author

miscco commented Mar 20, 2023

run tests

@miscco miscco force-pushed the replace_tuple branch 2 times, most recently from 7b5f1de to d3c86f2 Compare March 20, 2023 17:19
@miscco
Copy link
Collaborator Author

miscco commented Mar 20, 2023

run tests

@miscco
Copy link
Collaborator Author

miscco commented Mar 21, 2023

run tests

miscco added 2 commits March 27, 2023 13:40
Our old implementation of `tuple` has a lot of limitations.

So rather than using the old homegrown version reuse `cuda::std::tuple`
@miscco
Copy link
Collaborator Author

miscco commented Mar 27, 2023

run tests

@miscco
Copy link
Collaborator Author

miscco commented Jul 26, 2023

Closing in favor of cccl PR

@miscco miscco closed this Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Switch to cuda::std::tuple/<cuda/std/tuple> variadic template implementation of thrust::tuple
1 participant