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
There is currently no support for rbegin / rend on rmm::device_uvector.
Currently, the solution is to use thrust::make_reverse_iterator.
I think supporting rbegin / rend would ease the porting of HPC CPU code that want to rely on rmm::device_uvector for memory. This would allow keeping the code that uses rbegin / rend as is.
The text was updated successfully, but these errors were encountered:
There is currently no support for rbegin / rend on rmm::device_uvector.
Currently, the solution is to use thrust::make_reverse_iterator.
I think supporting rbegin / rend would ease the porting of HPC CPU code that want to rely on rmm::device_uvector for memory. This would allow keeping the code that uses rbegin / rend as is.
The text was updated successfully, but these errors were encountered: