You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alliepiper
changed the title
Replace usages of thrust::tuple with cuda::std::tuple
Replace usages of thrust::tuple in RAPIDS with cuda::std::tupleFeb 20, 2024
@jrhemstad Can you explain why this doesn't require changes? Is that only true for span-like types or also for owning containers like vector? Even if not strictly necessary, I would like to migrate everything to cuda::std types if possible.
There are a lot of usages of
thrust::tuple
inside ofrapids
we should replace all of those withcuda::std::tuple
insteadhttps://github.com/search?q=org%3Arapidsai+%3Cthrust%2Ftuple.h%3E&type=code
The text was updated successfully, but these errors were encountered: