Skip to content
  • Robert Maynard's avatar
    Generalize the support for zip handles inside the cuda backend. · 2a2159b1
    Robert Maynard authored
    Instead of having a single specialization for sort and zip handles,
    we know handle any fancy handles being passed to the cuda device adapter.
    This was done by reworking how we represent fancy iterators inside thrust,
    and instead of using a transform iterator + counting iterator we just use
    a iterator_facade.
    2a2159b1