Andrew Corrigan
Andrew Corrigan
I've been wondering the same thing for a long time. @jaredhoberock any word on a roadmap for C++11, including variadic tuple, support in Thrust?
I should mention, I haven't updated the variadic branch since Feb. 5. I am pretty sure that there have been changes and bug fixes since then in my local copy...
@jaredhoberock Will you entertain a pull request for variadic tuple as well?
Quick response off the top of my head. > Variadic tuple is a huge, risky change. What's risky about it? You already implemented variadic tuple, I already got it integrated....
I want to say that it's wonderful to finally get some form of feedback on all this. I was confused when I went through the trouble of getting this new...
Thanks. I will start using file suffixes to handle the differences. If there is anything else you already don't like that we haven't already discussed, or anything you discover if/when...
What about `tuple_io` and `tuple_cat`? We either need to get the open pull request merged (less work on my end), or that also needs to be folded into one massive...
So then are you going to merge the older PR first? If you don't merge that first, I have to redo a lot of variadic tuple work since variadic tuple...
@dachziegel I just pushed to https://github.com/andrewcorrigan/thrust-multi-permutation-iterator/tree/variadic, which includes the latest from https://github.com/jaredhoberock/tuple, as well as a workaround for a bug in CUDA 7.0. See https://github.com/andrewcorrigan/thrust-multi-permutation-iterator/commits/variadic for details. Please let me...
Can you please clarify what you want to do about the request you made in https://github.com/thrust/thrust/pull/488#issuecomment-42870381? Which directory structure do you want now? If you still want the new directory...