cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Replace `thrust::tuple` with `cuda::std::tuple`

Open miscco opened this issue 8 months ago • 2 comments

The latter is more or less deprecated and we want to move towards standard types

While we are at it also clean up the pattern of make_zip_iterator(make_tuple(...))

miscco avatar Feb 10 '25 12:02 miscco