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

[EPIC] Heterogeneous, sequential ranges support #45

Open
2 tasks
jrhemstad opened this issue Apr 21, 2023 · 0 comments
Open
2 tasks

[EPIC] Heterogeneous, sequential ranges support #45

jrhemstad opened this issue Apr 21, 2023 · 0 comments
Assignees
Labels
feature request New feature or request. libcu++ For all items related to libcu++

Comments

@jrhemstad
Copy link
Collaborator

jrhemstad commented Apr 21, 2023

Before we can worry about parallel ranges, we first need an implementation of the Standard <ranges> header and associated machinery that works in host and device code.

One major obstacle for heterogeneous usage of <ranges> is that views store their parent range as a member and the iterators hold a pointer to the parent. This has obvious limitations when an operation is launched from host side, as the view wont be accessible from device.

The initial implementation will assume homogeneous usage and explore how we can best adopt to heterogeneous usage once we have a solid way to test our design

@jrhemstad jrhemstad added this to CCCL Apr 20, 2023
@jrhemstad jrhemstad converted this from a draft issue Apr 21, 2023
@jrhemstad jrhemstad changed the title [EPIC] Sequential ranges support [EPIC] Heterogeneous, sequential ranges support Apr 21, 2023
@miscco miscco added feature request New feature or request. libcu++ For all items related to libcu++ labels Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request. libcu++ For all items related to libcu++
Projects
Status: No status
Development

No branches or pull requests

2 participants