Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for rbegin / rend on rmm::device_uvector #1326

Open
Kh4ster opened this issue Aug 16, 2023 · 0 comments
Open

Support for rbegin / rend on rmm::device_uvector #1326

Kh4ster opened this issue Aug 16, 2023 · 0 comments
Labels
cpp Pertains to C++ code feature request New feature or request good first issue Good for newcomers

Comments

@Kh4ster
Copy link

Kh4ster commented Aug 16, 2023

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.

@Kh4ster Kh4ster added ? - Needs Triage Need team to review and classify feature request New feature or request labels Aug 16, 2023
@harrism harrism added cpp Pertains to C++ code and removed ? - Needs Triage Need team to review and classify labels Aug 16, 2023
@harrism harrism added the good first issue Good for newcomers label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp Pertains to C++ code feature request New feature or request good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

2 participants